Update src/app/page.tsx

This commit is contained in:
2026-03-12 18:54:39 +00:00
parent 06efb1863e
commit 76fb5ae019

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Explore Shop Now", href: "#featured" },
{ text: "Shop Best Sellers", href: "#featured" },
{ text: "View Collections", href: "#gallery" }
]}
buttonAnimation="slide-up"
@@ -312,4 +312,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}