From 152d049a663464f991f2ae6f7711992eaa7c3d0f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:46:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1