diff --git a/src/app/page.tsx b/src/app/page.tsx index 66e8e2e..2e26176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { ]} buttons={[ { text: "Explore Collections", href: "/products" }, - { text: "Learn More", href: "/about" }, + { text: "Learn More", href: "#about" }, ]} buttonAnimation="blur-reveal" useInvertedBackground={false}