Skip to content

Commit 4096f80

Browse files
add betterstack testimonial video
1 parent fa19b9c commit 4096f80

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

apps/web/src/app/(home)/_components/testimonials.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,21 @@ import { Tweet, TweetSkeleton, type TwitterComponents } from "react-tweet";
99
const YOUTUBE_VIDEOS = [
1010
{
1111
id: "VIDEO_001",
12+
embedId: "CWwkWJmT_zU",
13+
title: "The BEST Way To Start a Project (Better-T-Stack)",
14+
},
15+
{
16+
id: "VIDEO_002",
1217
embedId: "MGmPTcgJYIo",
1318
title: "This new CLI tool makes scaffolding projects easy",
1419
},
1520
{
16-
id: "VIDEO_002",
21+
id: "VIDEO_003",
1722
embedId: "g-ynSAdL6Ak",
1823
title: "This tool cured my JavaScript fatigue",
1924
},
2025
{
21-
id: "VIDEO_003",
26+
id: "VIDEO_004",
2227
embedId: "uHUgw-Hi8HE",
2328
title: "I tried React again after 2 years of Svelte",
2429
},

0 commit comments

Comments
 (0)