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 +} 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 +}