From 4530c72f8eeb5f95c689a1f09b4a6655c2b8977c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:08:51 +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 37da5fa..cfec7b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Shopping", href: "/products" }, - { text: "Browse Deals", href: "#about" }, + { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" ariaLabel="Hero section" @@ -277,4 +277,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file