From 4096f80eed7b0cf42ebfb6b7673affc9c149cef3 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Thu, 31 Jul 2025 13:41:37 +0530 Subject: [PATCH] add betterstack testimonial video --- apps/web/src/app/(home)/_components/testimonials.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index 40cf28e..543fbef 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -9,16 +9,21 @@ import { Tweet, TweetSkeleton, type TwitterComponents } from "react-tweet"; const YOUTUBE_VIDEOS = [ { id: "VIDEO_001", + 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_002", + id: "VIDEO_003", embedId: "g-ynSAdL6Ak", title: "This tool cured my JavaScript fatigue", }, { - id: "VIDEO_003", + id: "VIDEO_004", embedId: "uHUgw-Hi8HE", title: "I tried React again after 2 years of Svelte", },