From c1943896877dc3615f30a53f121270f708c8fd0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:51:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +} -- 2.49.1