From 52e72c8bfdb15b4f22d9574ca2a5e33946508189 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Sun, 27 Jul 2025 19:18:00 +0530 Subject: [PATCH] add webdevcody testimonial video --- apps/web/src/app/(home)/_components/testimonials.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index 94c31b5..1566030 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -9,11 +9,16 @@ import { Tweet, TweetSkeleton, type TwitterComponents } from "react-tweet"; const YOUTUBE_VIDEOS = [ { id: "VIDEO_001", + embedId: "MGmPTcgJYIo", + title: "This new CLI tool makes scaffolding projects easy", + }, + { + id: "VIDEO_002", embedId: "g-ynSAdL6Ak", title: "This tool cured my JavaScript fatigue", }, { - id: "VIDEO_002", + id: "VIDEO_003", embedId: "uHUgw-Hi8HE", title: "I tried React again after 2 years of Svelte", },