Update src/app/page.tsx

This commit is contained in:
2026-03-05 22:29:30 +00:00
parent 40c6333bf1
commit 4bea373591

View File

@@ -203,7 +203,7 @@ export default function HomePage() {
animationType="reveal-blur"
buttons={[
{ text: "Shop Now", href: "/shop" },
{ text: "Learn More", href: "/about" },
{ text: "See Our Story", href: "/about" },
]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
@@ -253,4 +253,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}