From 4bea3735915f0319055cf679cd9d8bcd56a531de Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:29:30 +0000 Subject: [PATCH] Update 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 0bd240a..287fda6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,7 @@ export default function HomePage() { animationType="reveal-blur" buttons={[ { text: "Shop Now", href: "/shop" }, - { text: "Learn More", href: "/about" }, + { text: "See Our Story", href: "/about" }, ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false} @@ -253,4 +253,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}