From d308e6b83a6af05c50fc3881ea7ad2364a958f24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:49:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f6a16e..e503f1a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From a3ffa699067826baf9af5a53101ef220b6d9efa4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:49:23 +0000 Subject: [PATCH 2/2] 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 cfec7b2..37da5fa 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: "Learn More", href: "#about" }, + { text: "Browse Deals", href: "#about" }, ]} buttonAnimation="slide-up" ariaLabel="Hero section" @@ -277,4 +277,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1