diff --git a/src/app/page.tsx b/src/app/page.tsx index 6880a78..b27e818 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file