2 Commits

Author SHA1 Message Date
1f2debc249 Merge version_2 into main
Merge version_2 into main
2026-05-13 13:11:23 +00:00
e817683f14 Update src/app/page.tsx 2026-05-13 13:11:16 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Chi Siamo",
id: "about",
},
name: "Chi Siamo", id: "about"},
{
name: "Prodotti",
id: "products",
},
name: "Prodotti", id: "products"},
{
name: "Contatti",
id: "contact",
},
name: "Contatti", id: "contact"},
]}
brandName="Il Forno Sardo"
/>
@@ -55,63 +47,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Il Forno Sardo di Cocco Giustina"
description="L'autentica tradizione della panificazione sarda direttamente dal nostro forno alla tua tavola. Qualità, amore e ingredienti genuini dal 1990."
buttons={[
{
text: "Scopri i Prodotti",
href: "#products",
},
text: "Scopri i Prodotti", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/baked-breads-buns-kept-shelf_1170-2315.jpg"
imageAlt="Pane tradizionale sardo"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187367.jpg",
alt: "Cliente felice 1",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187367.jpg", alt: "Cliente felice 1"},
{
src: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg",
alt: "Cliente felice 2",
},
src: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg", alt: "Cliente felice 2"},
{
src: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273132.jpg",
alt: "Cliente felice 3",
},
src: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273132.jpg", alt: "Cliente felice 3"},
{
src: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273131.jpg",
alt: "Cliente felice 4",
},
src: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273131.jpg", alt: "Cliente felice 4"},
{
src: "http://img.b2bpic.net/free-photo/male-baker-holding-freshly-baked-bread-bakery_23-2147926691.jpg",
alt: "Cliente felice 5",
},
src: "http://img.b2bpic.net/free-photo/male-baker-holding-freshly-baked-bread-bakery_23-2147926691.jpg", alt: "Cliente felice 5"},
]}
avatarText="Più di 5.000 clienti soddisfatti"
marqueeItems={[
{
type: "text",
text: "Pane Artigianale",
},
type: "text", text: "Pane Artigianale"},
{
type: "text",
text: "Lievitazione Naturale",
},
type: "text", text: "Lievitazione Naturale"},
{
type: "text",
text: "Ingredienti Locali",
},
type: "text", text: "Ingredienti Locali"},
{
type: "text",
text: "Tradizione Sarda",
},
type: "text", text: "Tradizione Sarda"},
{
type: "text",
text: "Qualità Certificata",
},
type: "text", text: "Qualità Certificata"},
]}
/>
</div>
@@ -132,49 +101,22 @@ export default function LandingPage() {
textboxLayout="split-description"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[
{ text: "Ordina Ora", href: "#contact" }
]}
products={[
{
id: "p1",
name: "Pane Carasau",
price: "4,50 €",
variant: "Confezione 500g",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-bun-wooden-table-close-up_23-2148229150.jpg",
},
id: "p1", name: "Pane Carasau", price: "4,50 €", variant: "Confezione 500g", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bun-wooden-table-close-up_23-2148229150.jpg"},
{
id: "p2",
name: "Dolci Sardi",
price: "8,00 €",
variant: "Vassoio misto",
imageSrc: "http://img.b2bpic.net/free-photo/flaky-cookies-caramel-filled-cookie-balls-small-tray-abstract-table_114579-45418.jpg",
},
id: "p2", name: "Dolci Sardi", price: "8,00 €", variant: "Vassoio misto", imageSrc: "http://img.b2bpic.net/free-photo/flaky-cookies-caramel-filled-cookie-balls-small-tray-abstract-table_114579-45418.jpg"},
{
id: "p3",
name: "Pane Fresco",
price: "3,00 €",
variant: "Lievito madre",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-with-seeds_23-2148361902.jpg",
},
id: "p3", name: "Pane Fresco", price: "3,00 €", variant: "Lievito madre", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-with-seeds_23-2148361902.jpg"},
{
id: "p4",
name: "Crackers all'olio",
price: "5,00 €",
variant: "Senza glutine",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg",
},
id: "p4", name: "Crackers all'olio", price: "5,00 €", variant: "Senza glutine", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg"},
{
id: "p5",
name: "Pastine tipiche",
price: "7,50 €",
variant: "Confezione artigianale",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-goodies_23-2148900992.jpg",
},
id: "p5", name: "Pastine tipiche", price: "7,50 €", variant: "Confezione artigianale", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-goodies_23-2148900992.jpg"},
{
id: "p6",
name: "Mix Specialità",
price: "12,00 €",
variant: "Selezione forno",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-bread-slices-white-plate_114579-72182.jpg",
},
id: "p6", name: "Mix Specialità", price: "12,00 €", variant: "Selezione forno", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-bread-slices-white-plate_114579-72182.jpg"},
]}
title="Le Nostre Specialità Artigianali"
description="Assapora la croccantezza e il profumo unico dei nostri prodotti sfornati freschi ogni giorno."
@@ -189,23 +131,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Ricette Antiche",
description: "Rispetiamo le tradizioni secolari della Sardegna.",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bred-with-fresh-herb_23-2147761348.jpg",
imageAlt: "Ricetta antica",
},
title: "Ricette Antiche", description: "Rispetiamo le tradizioni secolari della Sardegna.", imageSrc: "http://img.b2bpic.net/free-photo/loaf-bred-with-fresh-herb_23-2147761348.jpg", imageAlt: "Ricetta antica"},
{
title: "Ingredienti Locali",
description: "Materie prime a km zero selezionate con cura.",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-female-hands-christmas-baking-top-view_169016-46602.jpg",
imageAlt: "Ingredienti",
},
title: "Ingredienti Locali", description: "Materie prime a km zero selezionate con cura.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-female-hands-christmas-baking-top-view_169016-46602.jpg", imageAlt: "Ingredienti"},
{
title: "Lievitazione Naturale",
description: "Digestibilità eccellente grazie al nostro lievito.",
imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg",
imageAlt: "Lievito",
},
title: "Lievitazione Naturale", description: "Digestibilità eccellente grazie al nostro lievito.", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Lievito"},
]}
title="Perché scegliere noi?"
description="La qualità che fa la differenza."
@@ -219,45 +149,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Maria S.",
handle: "@marias",
testimonial: "Il miglior pane carasau che abbia mai mangiato!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-bread-aroma-joyful-kitchen-moment-slow-lifestyle-vibes_169016-68786.jpg",
},
id: "t1", name: "Maria S.", handle: "@marias", testimonial: "Il miglior pane carasau che abbia mai mangiato!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-bread-aroma-joyful-kitchen-moment-slow-lifestyle-vibes_169016-68786.jpg"},
{
id: "t2",
name: "Giuseppe V.",
handle: "@giuseppev",
testimonial: "La freschezza di questo forno è impareggiabile.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-gray-haired-smiley-woman_23-2149082568.jpg",
},
id: "t2", name: "Giuseppe V.", handle: "@giuseppev", testimonial: "La freschezza di questo forno è impareggiabile.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-gray-haired-smiley-woman_23-2149082568.jpg"},
{
id: "t3",
name: "Anna P.",
handle: "@annap",
testimonial: "I dolci sardi sono spettacolari, tornerò presto.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg",
},
id: "t3", name: "Anna P.", handle: "@annap", testimonial: "I dolci sardi sono spettacolari, tornerò presto.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg"},
{
id: "t4",
name: "Luca R.",
handle: "@lucar",
testimonial: "Tradizione e qualità in ogni singolo pezzo.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150306978.jpg",
},
id: "t4", name: "Luca R.", handle: "@lucar", testimonial: "Tradizione e qualità in ogni singolo pezzo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150306978.jpg"},
{
id: "t5",
name: "Sara B.",
handle: "@sarab",
testimonial: "Una scoperta fantastica, servizio impeccabile.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-person-s-hand-slicing-bread-chopping-board_23-2147860372.jpg",
},
id: "t5", name: "Sara B.", handle: "@sarab", testimonial: "Una scoperta fantastica, servizio impeccabile.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-person-s-hand-slicing-bread-chopping-board_23-2147860372.jpg"},
]}
showRating={true}
title="Cosa dicono i nostri clienti"
@@ -272,31 +177,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "30+",
title: "Anni di esperienza",
items: [
"Tradizione",
"Passione",
],
id: "m1", value: "30+", title: "Anni di esperienza", items: [
"Tradizione", "Passione"],
},
{
id: "m2",
value: "100%",
title: "Materie prime locali",
items: [
"Qualità",
"Supporto locale",
],
id: "m2", value: "100%", title: "Materie prime locali", items: [
"Qualità", "Supporto locale"],
},
{
id: "m3",
value: "5k+",
title: "Clienti felici",
items: [
"Servizio",
"Eccellenza",
],
id: "m3", value: "5k+", title: "Clienti felici", items: [
"Servizio", "Eccellenza"],
},
]}
title="I nostri traguardi"
@@ -310,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Avete prodotti senza glutine?",
content: "Sì, offriamo alcune opzioni selezionate su ordinazione.",
},
id: "f1", title: "Avete prodotti senza glutine?", content: "Sì, offriamo alcune opzioni selezionate su ordinazione."},
{
id: "f2",
title: "È possibile ordinare online?",
content: "Contattaci tramite il modulo qui sotto per ordini particolari.",
},
id: "f2", title: "È possibile ordinare online?", content: "Contattaci tramite il modulo qui sotto per ordini particolari."},
{
id: "f3",
title: "Quali sono gli orari di apertura?",
content: "Siamo aperti dal lunedì al sabato, dalle 8:00 alle 20:00.",
},
id: "f3", title: "Quali sono gli orari di apertura?", content: "Siamo aperti dal lunedì al sabato, dalle 8:00 alle 20:00."},
]}
title="Domande Frequenti"
description="Tutto quello che c'è da sapere sul nostro forno."
@@ -335,8 +216,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Contatti"
title="Contattaci per informazioni"
description="Hai bisogno di una grande ordinazione o vuoi conoscere i nostri ingredienti? Siamo a tua disposizione."
@@ -347,16 +227,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Il Forno Sardo"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Termini e Condizioni",
href: "#",
}}
text: "Termini e Condizioni", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}