3 Commits

Author SHA1 Message Date
8ec4f49419 Merge version_3 into main
Merge version_3 into main
2026-05-09 08:22:29 +00:00
32fe90e66c Update src/app/page.tsx 2026-05-09 08:22:26 +00:00
8e58bd9907 Merge version_2 into main
Merge version_2 into main
2026-05-09 08:20:40 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="ClipGenius"
description="Transform your long-form YouTube videos into viral, engaging clips in seconds. Set your preferred time limits and edit like a pro."
description="Turn long-form content into viral sensations in seconds. Save hours of manual editing and unlock high-impact clips that capture attention instantly."
buttons={[
{
text: "Get Started", href: "#"},
@@ -229,4 +229,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}