Update src/app/page.tsx

This commit is contained in:
2026-03-15 06:20:06 +00:00
parent 57929ad6ff
commit 6a8f27e523

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyBPQHB4nZD7HTQ1QO5CsLitXO/a-modern-video-editing-dashboard-with-mu-1773555372214-a429d885.png", alt: "KRANTI AI-EDITOR dashboard interface"
}
]}
avatarText="Trusted by 50,000+ creators worldwide"
avatarText="4.9★ from 2,500+ reviews • Trusted by 50,000+ creators worldwide"
buttons={[
{ text: "Start Creating Now", href: "#features" },
{ text: "Watch Demo", href: "#testimonials" }
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}