Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:01:26 +00:00
parent 64982fa823
commit b144e4342d

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}