Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:17:45 +00:00
parent 8389b646e8
commit 8f4304522e

View File

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