diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c261f7..52016b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Buy Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"