Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-28 11:51:09 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}