3 Commits

Author SHA1 Message Date
b144e4342d Update src/app/page.tsx 2026-03-09 19:01:26 +00:00
64982fa823 Update src/app/layout.tsx 2026-03-09 19:01:26 +00:00
3456cc60f1 Merge version_1 into main
Merge version_1 into main
2026-03-09 18:58:56 +00:00
2 changed files with 2 additions and 1421 deletions

File diff suppressed because it is too large Load Diff

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>
);
}
}