Skip to content

Commit 52e72c8

Browse files
add webdevcody testimonial video
1 parent b043ff5 commit 52e72c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ import { Tweet, TweetSkeleton, type TwitterComponents } from "react-tweet";
99
const YOUTUBE_VIDEOS = [
1010
{
1111
id: "VIDEO_001",
12+
embedId: "MGmPTcgJYIo",
13+
title: "This new CLI tool makes scaffolding projects easy",
14+
},
15+
{
16+
id: "VIDEO_002",
1217
embedId: "g-ynSAdL6Ak",
1318
title: "This tool cured my JavaScript fatigue",
1419
},
1520
{
16-
id: "VIDEO_002",
21+
id: "VIDEO_003",
1722
embedId: "uHUgw-Hi8HE",
1823
title: "I tried React again after 2 years of Svelte",
1924
},

0 commit comments

Comments
 (0)