diff --git a/src/app/page.tsx b/src/app/page.tsx index d13448d..62ad1ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Start Shopping", href: "products" }, + { text: "Shop Now", href: "products" }, { text: "Sell With Us", href: "contact" } ]} buttonAnimation="slide-up"