2 Commits

Author SHA1 Message Date
88900b4d61 Update src/app/page.tsx 2026-03-04 12:06:54 +00:00
253f490064 Merge version_2 into main
Merge version_2 into main
2026-03-04 12:00:24 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Order Now", href: "#contact" },
{ text: "Download Now", href: "#contact" },
{ text: "Explore Designs", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}