Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Prodotti",
|
||||
id: "prodotti",
|
||||
},
|
||||
name: "Prodotti", id: "prodotti"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Recensioni", id: "testimonials"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Panificio Amico"
|
||||
/>
|
||||
@@ -61,35 +51,21 @@ export default function LandingPage() {
|
||||
description="Tradizione, passione e cortesia dal cuore di Caltanissetta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri i Nostri Prodotti",
|
||||
href: "#prodotti",
|
||||
},
|
||||
text: "Scopri i Nostri Prodotti", href: "#prodotti"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg",
|
||||
imageAlt: "Pane fresco artigianale",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg", imageAlt: "Pane fresco artigianale"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=1",
|
||||
imageAlt: "Selezione di pani",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", imageAlt: "Selezione di pani"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=1",
|
||||
imageAlt: "Cornetti artigianali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg", imageAlt: "Cornetti artigianali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=1",
|
||||
imageAlt: "Rosticceria gourmet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg", imageAlt: "Rosticceria gourmet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=1",
|
||||
imageAlt: "Pasticceria artigianale",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg", imageAlt: "Pasticceria artigianale"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=1",
|
||||
imageAlt: "Specialità salate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg", imageAlt: "Specialità salate"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,9 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Una Tradizione Che Si Rinnova"
|
||||
description={[
|
||||
"Da generazioni, Panificio Amico porta sulla tua tavola la genuinità di prodotti nati dal lievito madre e dalla passione artigiana.",
|
||||
"Ogni giorno, dalle prime luci dell'alba, selezioniamo le migliori materie prime per offrirti pane, pizza e dolci che parlano di casa, qualità e amore per il proprio mestiere.",
|
||||
]}
|
||||
"Da generazioni, Panificio Amico porta sulla tua tavola la genuinità di prodotti nati dal lievito madre e dalla passione artigiana.", "Ogni giorno, dalle prime luci dell'alba, selezioniamo le migliori materie prime per offrirti pane, pizza e dolci che parlano di casa, qualità e amore per il proprio mestiere."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,59 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Panificio Amico",
|
||||
name: "Pane di Tumminia",
|
||||
price: "4.50€/kg",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Panificio Amico", name: "Pane di Tumminia", price: "4.50€/kg", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Panificio Amico",
|
||||
name: "Cornetto Tradizionale",
|
||||
price: "1.20€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Panificio Amico", name: "Cornetto Tradizionale", price: "1.20€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Panificio Amico",
|
||||
name: "Pizza a Lievitazione Naturale",
|
||||
price: "2.50€",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "Panificio Amico", name: "Pizza a Lievitazione Naturale", price: "2.50€", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Panificio Amico",
|
||||
name: "Biscotti Casarecci",
|
||||
price: "12€/kg",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", brand: "Panificio Amico", name: "Biscotti Casarecci", price: "12€/kg", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Panificio Amico",
|
||||
name: "Arancina Siciliana",
|
||||
price: "2.00€",
|
||||
rating: 5,
|
||||
reviewCount: "340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", brand: "Panificio Amico", name: "Arancina Siciliana", price: "2.00€", rating: 5,
|
||||
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Panificio Amico",
|
||||
name: "Brioche col Tuppo",
|
||||
price: "1.50€",
|
||||
rating: 5,
|
||||
reviewCount: "290",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-espresso-blue-table_114579-4408.jpg",
|
||||
},
|
||||
id: "p6", brand: "Panificio Amico", name: "Brioche col Tuppo", price: "1.50€", rating: 5,
|
||||
reviewCount: "290", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-espresso-blue-table_114579-4408.jpg"},
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
description="Un vasto assortimento che soddisfa anche i palati più esigenti."
|
||||
@@ -174,25 +112,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Materie Prime di Qualità",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Materie Prime di Qualità"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40+",
|
||||
description: "Anni di Tradizione",
|
||||
},
|
||||
id: "m2", value: "40+", description: "Anni di Tradizione"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
description: "Varietà di Prodotti",
|
||||
},
|
||||
id: "m3", value: "50+", description: "Varietà di Prodotti"},
|
||||
]}
|
||||
title="La Nostra Eccellenza"
|
||||
description="Numeri che testimoniano la fiducia di Caltanissetta."
|
||||
@@ -206,40 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Umberto Pagnotta",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Un forno come quelli di una volta: tradizione, passione e gentilezza. Prodotti eccellenti!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg",
|
||||
},
|
||||
id: "t1", name: "Umberto Pagnotta", handle: "Local Guide", testimonial: "Un forno come quelli di una volta: tradizione, passione e gentilezza. Prodotti eccellenti!", imageSrc: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Giuseppe Biondo",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Uno dei forni migliori di Caltanissetta. I miei figli sono innamorati delle brioche.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg",
|
||||
},
|
||||
id: "t2", name: "Giuseppe Biondo", handle: "Local Guide", testimonial: "Uno dei forni migliori di Caltanissetta. I miei figli sono innamorati delle brioche.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Doriana Dalla Pria",
|
||||
handle: "Cliente",
|
||||
testimonial: "Spettacolare, impossibile dire cosa sia più buono. Persone squisite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985160.jpg",
|
||||
},
|
||||
id: "t3", name: "Doriana Dalla Pria", handle: "Cliente", testimonial: "Spettacolare, impossibile dire cosa sia più buono. Persone squisite.", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985160.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Francesco Contino",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Pane preparato con cura e materie prime di ottima qualità. Ottimi i biscotti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg",
|
||||
},
|
||||
id: "t4", name: "Francesco Contino", handle: "Local Guide", testimonial: "Pane preparato con cura e materie prime di ottima qualità. Ottimi i biscotti.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Salvo Cannici",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Eccellente qualità, personale gentilissimo e ambiente pulitissimo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-mature-grey-haired-woman-looking-camera_1153-9406.jpg",
|
||||
},
|
||||
id: "t5", name: "Salvo Cannici", handle: "Local Guide", testimonial: "Eccellente qualità, personale gentilissimo e ambiente pulitissimo.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-mature-grey-haired-woman-looking-camera_1153-9406.jpg"},
|
||||
]}
|
||||
title="Cosa Dice la Nostra Gente"
|
||||
description="L'amore dei nostri clienti è la nostra ricompensa più grande."
|
||||
@@ -252,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Utilizzate lievito madre?",
|
||||
content: "Sì, gran parte dei nostri prodotti, specialmente il pane, segue una lievitazione naturale con lievito madre.",
|
||||
},
|
||||
id: "f1", title: "Utilizzate lievito madre?", content: "Sì, gran parte dei nostri prodotti, specialmente il pane, segue una lievitazione naturale con lievito madre."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Siete aperti la domenica?",
|
||||
content: "Sì, Panificio Amico è a vostra disposizione anche la domenica mattina.",
|
||||
},
|
||||
id: "f2", title: "Siete aperti la domenica?", content: "Sì, Panificio Amico è a vostra disposizione anche la domenica mattina."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Offrite anche piatti pronti?",
|
||||
content: "Oltre al pane e dolci, disponiamo di una ricca tavola calda con primi e secondi piatti pronti da gustare.",
|
||||
},
|
||||
id: "f3", title: "Offrite anche piatti pronti?", content: "Oltre al pane e dolci, disponiamo di una ricca tavola calda con primi e secondi piatti pronti da gustare."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -279,16 +175,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contatti"
|
||||
title="Vieni a Trovarci"
|
||||
description="Siamo nel cuore di Caltanissetta, pronti ad accoglierti con il profumo del pane appena sfornato."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39000000000",
|
||||
},
|
||||
text: "Chiama Ora", href: "tel:+39000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,42 +190,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Panificio Amico",
|
||||
items: [
|
||||
title: "Panificio Amico", items: [
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "I Prodotti",
|
||||
href: "#prodotti",
|
||||
},
|
||||
label: "I Prodotti", href: "#prodotti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servizi",
|
||||
items: [
|
||||
title: "Servizi", items: [
|
||||
{
|
||||
label: "Tavola Calda",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tavola Calda", href: "#"},
|
||||
{
|
||||
label: "Pasticceria",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pasticceria", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contatti", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user