diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index cdc8a51..25d1521 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -8,22 +8,22 @@ import { Tweet, TweetSkeleton, type TwitterComponents } from "react-tweet"; const YOUTUBE_VIDEOS = [ { - id: "VIDEO_001", + embedId: "azhw_iq8SIA", + title: "This CLI Lets You Choose Your Entire Tech Stack Instantly", + }, + { embedId: "CWwkWJmT_zU", title: "The BEST Way To Start a Project (Better-T-Stack)", }, { - id: "VIDEO_002", embedId: "MGmPTcgJYIo", title: "This new CLI tool makes scaffolding projects easy", }, { - id: "VIDEO_003", embedId: "g-ynSAdL6Ak", title: "This tool cured my JavaScript fatigue", }, { - id: "VIDEO_004", embedId: "uHUgw-Hi8HE", title: "I tried React again after 2 years of Svelte", }, @@ -164,7 +164,9 @@ export default function Testimonials() {