From cf7ade57526fca4faafbd9bbbce92348e52170b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:49:29 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 682df50..d051896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Explore Collection", href: "https://diongue-shopping.myshopify.com" }, + { text: "Shop Now", href: "https://diongue-shopping.myshopify.com" }, { text: "Learn More", href: "#about" } ]} /> @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}