Update src/app/page.tsx

This commit is contained in:
2026-03-04 04:39:09 +00:00
parent 1011f89b43
commit 61e7d4bb5e

View File

@@ -128,6 +128,10 @@ export default function HomePage() {
]}
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Start Shopping", href: "/products" },
]}
buttonAnimation="slide-up"
/>
</div>