diff --git a/landing/public/tutorials/PyMx4L9mky4.jpg b/landing/public/tutorials/PyMx4L9mky4.jpg new file mode 100644 index 00000000..990c80fc Binary files /dev/null and b/landing/public/tutorials/PyMx4L9mky4.jpg differ diff --git a/landing/public/tutorials/RRRBxNXgeKQ.jpg b/landing/public/tutorials/RRRBxNXgeKQ.jpg new file mode 100644 index 00000000..9c3fe769 Binary files /dev/null and b/landing/public/tutorials/RRRBxNXgeKQ.jpg differ diff --git a/landing/public/tutorials/yu9QHqOEqqA.jpg b/landing/public/tutorials/yu9QHqOEqqA.jpg new file mode 100644 index 00000000..15dcfd42 Binary files /dev/null and b/landing/public/tutorials/yu9QHqOEqqA.jpg differ diff --git a/landing/src/app/page.tsx b/landing/src/app/page.tsx index adceb57e..2d34c37a 100644 --- a/landing/src/app/page.tsx +++ b/landing/src/app/page.tsx @@ -88,7 +88,7 @@ export default function Home() { {/* CTAs */}
-
+
{/* Logo + wordmark */} diff --git a/landing/src/components/TutorialsSection.tsx b/landing/src/components/TutorialsSection.tsx index a1d6f6ab..a6c80319 100644 --- a/landing/src/components/TutorialsSection.tsx +++ b/landing/src/components/TutorialsSection.tsx @@ -28,6 +28,24 @@ const TUTORIALS: (Tutorial | null)[] = [ author: "Dave Swift", thumbnail: "/tutorials/kqxqjRsdD5E.jpg", }, + { + id: "yu9QHqOEqqA", + title: "This FREE AI Tool Just Destroyed ElevenLabs Voice Cloning (VoiceBox)", + author: "Danish Sofi", + thumbnail: "/tutorials/yu9QHqOEqqA.jpg", + }, + { + id: "RRRBxNXgeKQ", + title: "Get Started with Voicebox: Open-Source Alternative to ElevenLabs Tutorial", + author: "StinkyScrublet", + thumbnail: "/tutorials/RRRBxNXgeKQ.jpg", + }, + { + id: "PyMx4L9mky4", + title: "Free AI Voice Generator (Clones Any Voice)", + author: "mikbes", + thumbnail: "/tutorials/PyMx4L9mky4.jpg", + }, ]; function TutorialCard({tutorial}: {tutorial: Tutorial}) {