diff --git a/src/app/page.tsx b/src/app/page.tsx index e3a7ac9..92d0ad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "canvas-reveal" }} buttons={[ { text: "Start Creating", href: "#templates" }, - { text: "View Templates", href: "#templates" } + { text: "Explore AI Features", href: "#features" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file