Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
description={[
|
||||
"Da anni La Bottega Dei Sapori accoglie clienti e famiglie con prodotti scelti con cura, panini generosi e sapori autentici del territorio siciliano.", "Ogni ingrediente racconta una storia fatta di qualità, passione e tradizione."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,9 +71,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "1", name: "Pollo & Patate", price: "€8.50", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg" },
|
||||
{ id: "2", name: "Specialità Siciliane", price: "€9.00", variant: "Tradizionale", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-sliced-red-meat-lies-wooden-table-with-arugula_8353-8792.jpg" }
|
||||
{ id: "2", name: "Specialità Siciliane", price: "€9.00", variant: "Tradizionale", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-sliced-red-meat-lies-wooden-table-with-arugula_8353-8792.jpg" },
|
||||
{ id: "3", name: "Gran Tagliere", price: "€15.00", variant: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-cheese-with-bread_23-2148281134.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,6 +85,8 @@ export default function LandingPage() {
|
||||
title="Perché Sceglierci"
|
||||
description="Il cuore della nostra bottega."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Qualità Certificata", description: "Selezioniamo solo i migliori produttori locali siciliani.", imageSrc: "http://img.b2bpic.net/free-photo/organized-pantry-with-glass-jars_23-2151951188.jpg" },
|
||||
{ title: "Ricette Uniche", description: "Tradizione familiare con un tocco moderno.", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table_114579-4584.jpg" }
|
||||
@@ -92,8 +97,10 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Cosa dicono di noi"
|
||||
description="Le opinioni dei nostri clienti affezionati."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marco V.", handle: "@marco", testimonial: "I panini sono incredibilmente abbondanti e la qualità è eccellente." }
|
||||
]}
|
||||
@@ -105,6 +112,8 @@ export default function LandingPage() {
|
||||
title="La Nostra Bottega in Numeri"
|
||||
description="Una storia di sapori da anni a Torrenova."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100+", title: "Ricette Uniche", items: ["Panini", "Taglieri"] },
|
||||
{ id: "m2", value: "5000+", title: "Clienti Felici", items: ["Recensioni positive"] }
|
||||
@@ -118,13 +127,15 @@ export default function LandingPage() {
|
||||
title="Hai Fame di Sicilia?"
|
||||
description="Vieni a trovarci a Torrenova per gustare un panino memorabile preparato al momento."
|
||||
buttons={[{ text: "Chiama Ora", href: "tel:+39000000000" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="La Bottega Dei Sapori"
|
||||
columns={[{ title: "Informazioni", items: [{ label: "Contatti", href: "#" }] }]}
|
||||
columns={[{ items: [{ label: "Contatti", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user