2 Commits

Author SHA1 Message Date
1573cb75fc Update src/app/page.tsx 2026-03-12 07:45:20 +00:00
678409ff14 Merge version_2 into main
Merge version_2 into main
2026-03-12 07:44:22 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Order Now", href: "#products" }, { text: "Shop Fresh Pastries", href: "#products" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -224,4 +224,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }