diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c687c5..7b9a755 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Experience the future of elegant design. Hyla brings together modern aesthetics with powerful functionality to create digital experiences that inspire and engage." background={{ variant: "plain" }} buttons={[ - { text: "Explore Now", href: "#features" }, + { text: "Start Free Trial", href: "#features" }, { text: "Learn More", href: "#about" }, ]} layoutOrder="default" @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file