diff --git a/src/app/page.tsx b/src/app/page.tsx index 5322153..f4d62d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,9 @@ export default function LandingPage() { variant: "rotated-rays-static-grid"}} title="Alexandra - Stile a Peschiera" description="Scopri la nostra selezione esclusiva di abbigliamento, pensata per chi ama la qualità e l'eleganza sulle rive del Lago di Garda." + buttons={[ + { text: "Scopri la collezione", href: "#products" } + ]} imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-female-black-customer-choosing-goods-shopping-mall_657883-239.jpg" imageAlt="Alexandra Boutiqu" /> @@ -164,4 +167,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}