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