Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
256
src/app/page.tsx
256
src/app/page.tsx
@@ -9,6 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Sparkles, Leaf, Heart, Smile } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,31 +30,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "I Nostri Gusti",
|
||||
id: "/gusti",
|
||||
},
|
||||
name: "I Nostri Gusti", id: "/gusti"},
|
||||
{
|
||||
name: "Ordina",
|
||||
id: "/ordina",
|
||||
},
|
||||
name: "Ordina", id: "/ordina"},
|
||||
{
|
||||
name: "Le Sedi",
|
||||
id: "/sedi",
|
||||
},
|
||||
name: "Le Sedi", id: "/sedi"},
|
||||
{
|
||||
name: "La Nostra Storia",
|
||||
id: "/storia",
|
||||
},
|
||||
name: "La Nostra Storia", id: "/storia"},
|
||||
]}
|
||||
brandName="Santo Gelato"
|
||||
button={{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39021234567",
|
||||
}}
|
||||
text: "Chiama Ora", href: "tel:+39021234567"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,45 +50,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Gelato artigianale come vuole la tradizione"
|
||||
description="Fatto ogni giorno con ingredienti freschi e stagionali · Due sedi nel cuore d’Italia"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ordina una Vaschetta",
|
||||
href: "/ordina",
|
||||
},
|
||||
text: "Ordina una Vaschetta", href: "/ordina"},
|
||||
{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39021234567",
|
||||
},
|
||||
text: "Chiama Ora", href: "tel:+39021234567"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ice-cream-banners_23-2147515240.jpg?_wi=1",
|
||||
imageAlt: "Illustrazione stilizzata di una coppetta gelato",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ice-cream-banners_23-2147515240.jpg", imageAlt: "Illustrazione stilizzata di una coppetta gelato"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501234.jpg?_wi=1",
|
||||
imageAlt: "Illustrazione stilizzata di un gelato in coppetta",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501234.jpg", imageAlt: "Illustrazione stilizzata di un gelato in coppetta"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501266.jpg",
|
||||
imageAlt: "Illustrazione artistica di un gelato",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501266.jpg", imageAlt: "Illustrazione artistica di un gelato"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501293.jpg",
|
||||
imageAlt: "Gelato artigianale disegnato",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501293.jpg", imageAlt: "Gelato artigianale disegnato"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-slice-with-whipped-cream-spices_23-2152020573.jpg",
|
||||
imageAlt: "Coppetta di gelato stilizzata",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-slice-with-whipped-cream-spices_23-2152020573.jpg", imageAlt: "Coppetta di gelato stilizzata"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-with-copy-space_23-2148513966.jpg",
|
||||
imageAlt: "Disegno di un gelato fresco",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-with-copy-space_23-2148513966.jpg", imageAlt: "Disegno di un gelato fresco"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -111,32 +83,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artigianale al 100%",
|
||||
description: "Ogni gusto è preparato fresco ogni mattina, seguendo ricette tradizionali e processi lenti che ne esaltano la qualità.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dalgona-coffee-recipe_23-2148557026.jpg",
|
||||
imageAlt: "Icona di mani che impastano",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Artigianale al 100%", description: "Ogni gusto è preparato fresco ogni mattina, seguendo ricette tradizionali e processi lenti che ne esaltano la qualità.", imageSrc: "http://img.b2bpic.net/free-vector/dalgona-coffee-recipe_23-2148557026.jpg", imageAlt: "Icona di mani che impastano", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Ingredienti Stagionali",
|
||||
description: "Selezioniamo solo frutta e materie prime di stagione, garantendo sapori autentici e profumi intensi ad ogni assaggio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-nature-concept_23-2148663486.jpg",
|
||||
imageAlt: "Icona di frutti e foglie",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Ingredienti Stagionali", description: "Selezioniamo solo frutta e materie prime di stagione, garantendo sapori autentici e profumi intensi ad ogni assaggio.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-nature-concept_23-2148663486.jpg", imageAlt: "Icona di frutti e foglie", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Ricette di Famiglia",
|
||||
description: "Le nostre creazioni nascono da segreti tramandati, unendo l'innovazione alla saggezza delle nonne per un gusto unico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150307011.jpg",
|
||||
imageAlt: "Icona di un ricettario",
|
||||
buttonIcon: "Heart",
|
||||
title: "Ricette di Famiglia", description: "Le nostre creazioni nascono da segreti tramandati, unendo l'innovazione alla saggezza delle nonne per un gusto unico.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150307011.jpg", imageAlt: "Icona di un ricettario", buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Esperienza Unica",
|
||||
description: "Oltre al gelato, ti offriamo un momento di pura gioia, in un ambiente accogliente e familiare.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-illustration-with-friends_23-2152021540.jpg",
|
||||
imageAlt: "Amici che condividono un gelato",
|
||||
buttonIcon: "Smile",
|
||||
title: "Esperienza Unica", description: "Oltre al gelato, ti offriamo un momento di pura gioia, in un ambiente accogliente e familiare.", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-illustration-with-friends_23-2152021540.jpg", imageAlt: "Amici che condividono un gelato", buttonIcon: Smile,
|
||||
},
|
||||
]}
|
||||
title="La nostra promessa: qualità e tradizione in ogni coppetta"
|
||||
@@ -152,33 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gelato-fior-di-latte-preview",
|
||||
name: "Fior di Latte 🟢",
|
||||
price: "Disponibile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-with-cookie_23-2148507905.jpg",
|
||||
imageAlt: "Gelato Fior di Latte",
|
||||
},
|
||||
id: "gelato-fior-di-latte-preview", name: "Fior di Latte 🟢", price: "Disponibile", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-with-cookie_23-2148507905.jpg", imageAlt: "Gelato Fior di Latte"},
|
||||
{
|
||||
id: "gelato-pistachio-preview",
|
||||
name: "Pistacchio di Bronte 🟢",
|
||||
price: "Disponibile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-indoors_23-2151890039.jpg",
|
||||
imageAlt: "Gelato Pistacchio di Bronte",
|
||||
},
|
||||
id: "gelato-pistachio-preview", name: "Pistacchio di Bronte 🟢", price: "Disponibile", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-indoors_23-2151890039.jpg", imageAlt: "Gelato Pistacchio di Bronte"},
|
||||
{
|
||||
id: "gelato-strawberry-preview",
|
||||
name: "Fragola 🟡",
|
||||
price: "Stagionale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-flavor_23-2148539373.jpg",
|
||||
imageAlt: "Gelato Fragola",
|
||||
},
|
||||
id: "gelato-strawberry-preview", name: "Fragola 🟡", price: "Stagionale", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-flavor_23-2148539373.jpg", imageAlt: "Gelato Fragola"},
|
||||
{
|
||||
id: "gelato-chocolate-preview",
|
||||
name: "Cioccolato Fondente 70% 🟢",
|
||||
price: "Disponibile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-ice-cream_23-2148422101.jpg",
|
||||
imageAlt: "Gelato Cioccolato Fondente",
|
||||
},
|
||||
id: "gelato-chocolate-preview", name: "Cioccolato Fondente 70% 🟢", price: "Disponibile", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-ice-cream_23-2148422101.jpg", imageAlt: "Gelato Cioccolato Fondente"},
|
||||
]}
|
||||
title="Gusti del Momento"
|
||||
description="Scopri le nostre creazioni fresche, disponibili ora per te. Un assaggio della nostra passione per il gelato artigianale."
|
||||
@@ -192,45 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Rossi",
|
||||
handle: "@annarossi",
|
||||
testimonial: "Il gelato di Santo Gelato è un'esplosione di sapore! Ingredienti freschissimi e una cremosità unica. Il mio preferito in assoluto!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
imageAlt: "Anna Rossi",
|
||||
},
|
||||
id: "1", name: "Anna Rossi", handle: "@annarossi", testimonial: "Il gelato di Santo Gelato è un'esplosione di sapore! Ingredienti freschissimi e una cremosità unica. Il mio preferito in assoluto!", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "Anna Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco Bianchi",
|
||||
handle: "@marcobianchi",
|
||||
testimonial: "Ho provato molti gelati a Milano, ma nessuno è come Santo Gelato. La cura e la passione si sentono in ogni assaggio. Super consigliato!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
|
||||
imageAlt: "Marco Bianchi",
|
||||
},
|
||||
id: "2", name: "Marco Bianchi", handle: "@marcobianchi", testimonial: "Ho provato molti gelati a Milano, ma nessuno è come Santo Gelato. La cura e la passione si sentono in ogni assaggio. Super consigliato!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", imageAlt: "Marco Bianchi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Giulia Verdi",
|
||||
handle: "@giuliaverdi",
|
||||
testimonial: "Ogni volta che vengo qui è una festa per il palato. I gusti stagionali sono sempre una scoperta meravigliosa. Un vero paradiso del gelato!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-ice-cream-together_23-2150244940.jpg",
|
||||
imageAlt: "Giulia Verdi",
|
||||
},
|
||||
id: "3", name: "Giulia Verdi", handle: "@giuliaverdi", testimonial: "Ogni volta che vengo qui è una festa per il palato. I gusti stagionali sono sempre una scoperta meravigliosa. Un vero paradiso del gelato!", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-ice-cream-together_23-2150244940.jpg", imageAlt: "Giulia Verdi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca Neri",
|
||||
handle: "@lucaneri",
|
||||
testimonial: "Il miglior gelato artigianale che abbia mai mangiato. La qualità degli ingredienti è eccezionale e l'ambiente è sempre accogliente. Bravissimi!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-fooling-around-with-her-daughter_23-2148597831.jpg",
|
||||
imageAlt: "Luca Neri",
|
||||
},
|
||||
id: "4", name: "Luca Neri", handle: "@lucaneri", testimonial: "Il miglior gelato artigianale che abbia mai mangiato. La qualità degli ingredienti è eccezionale e l'ambiente è sempre accogliente. Bravissimi!", imageSrc: "http://img.b2bpic.net/free-photo/mother-fooling-around-with-her-daughter_23-2148597831.jpg", imageAlt: "Luca Neri"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Costa",
|
||||
handle: "@elenacosta",
|
||||
testimonial: "Sono una cliente affezionata e non mi stanco mai dei loro gusti. Che sia un classico o una novità, è sempre una garanzia di bontà.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360217.jpg",
|
||||
imageAlt: "Elena Costa",
|
||||
},
|
||||
id: "5", name: "Elena Costa", handle: "@elenacosta", testimonial: "Sono una cliente affezionata e non mi stanco mai dei loro gusti. Che sia un classico o una novità, è sempre una garanzia di bontà.", imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360217.jpg", imageAlt: "Elena Costa"},
|
||||
]}
|
||||
title="Dicono di noi"
|
||||
description="Le parole di chi ama il nostro gelato, la nostra più grande soddisfazione. Ascolta le esperienze dei nostri clienti."
|
||||
@@ -247,59 +153,23 @@ export default function LandingPage() {
|
||||
description="Non solo Milano, ma clienti soddisfatti da ogni dove amano la nostra passione per il gelato artigianale."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sofia G.",
|
||||
role: "Appassionata di Dolci",
|
||||
company: "Food Blogger",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
imageAlt: "Ritratto di Sofia G.",
|
||||
},
|
||||
id: "t1", name: "Sofia G.", role: "Appassionata di Dolci", company: "Food Blogger", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", imageAlt: "Ritratto di Sofia G."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Andrea L.",
|
||||
role: "Imprenditore",
|
||||
company: "Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg",
|
||||
imageAlt: "Ritratto di Andrea L.",
|
||||
},
|
||||
id: "t2", name: "Andrea L.", role: "Imprenditore", company: "Startup Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", imageAlt: "Ritratto di Andrea L."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chiara & Luca",
|
||||
role: "Coppia di Viaggiatori",
|
||||
company: "Viaggi & Sapori",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-two-women-friends-eating-ice-cream_171337-5759.jpg",
|
||||
imageAlt: "Coppia che condivide un gelato",
|
||||
},
|
||||
id: "t3", name: "Chiara & Luca", role: "Coppia di Viaggiatori", company: "Viaggi & Sapori", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-two-women-friends-eating-ice-cream_171337-5759.jpg", imageAlt: "Coppia che condivide un gelato"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Martina S.",
|
||||
role: "Giovane Cliente",
|
||||
company: "Piccola Gourmand",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg",
|
||||
imageAlt: "Bambina che mangia un cono gelato",
|
||||
},
|
||||
id: "t4", name: "Martina S.", role: "Giovane Cliente", company: "Piccola Gourmand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-licking-ice-cream-cone_23-2149426710.jpg", imageAlt: "Bambina che mangia un cono gelato"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Giovanni R.",
|
||||
role: "Critico Gastronomico",
|
||||
company: "Gusti d'Italia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-taking-selfie-from-digital-tablet_1170-538.jpg",
|
||||
imageAlt: "Giovanni R. che si gode il gelato",
|
||||
},
|
||||
id: "t5", name: "Giovanni R.", role: "Critico Gastronomico", company: "Gusti d'Italia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-taking-selfie-from-digital-tablet_1170-538.jpg", imageAlt: "Giovanni R. che si gode il gelato"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Nonna Maria",
|
||||
role: "Amante della Tradizione",
|
||||
company: "Il Cuore della Nonna",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2842.jpg",
|
||||
imageAlt: "Ritratto di Nonna Maria",
|
||||
},
|
||||
id: "t6", name: "Nonna Maria", role: "Amante della Tradizione", company: "Il Cuore della Nonna", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2842.jpg", imageAlt: "Ritratto di Nonna Maria"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,55 +178,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Telefono: +39 02 1234567",
|
||||
href: "tel:+39021234567",
|
||||
},
|
||||
label: "Telefono: +39 02 1234567", href: "tel:+39021234567"},
|
||||
{
|
||||
label: "Email: info@santogelato.it",
|
||||
href: "mailto:info@santogelato.it",
|
||||
},
|
||||
label: "Email: info@santogelato.it", href: "mailto:info@santogelato.it"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sedi",
|
||||
items: [
|
||||
title: "Sedi", items: [
|
||||
{
|
||||
label: "Sede Centro",
|
||||
href: "/sedi#sede-centro",
|
||||
},
|
||||
label: "Sede Centro", href: "/sedi#sede-centro"},
|
||||
{
|
||||
label: "Sede Navigli",
|
||||
href: "/sedi#sede-navigli",
|
||||
},
|
||||
label: "Sede Navigli", href: "/sedi#sede-navigli"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/santogelato",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/santogelato"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/santogelato",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/santogelato"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)", href: "#"},
|
||||
{
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,31 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "I Nostri Gusti",
|
||||
id: "/gusti",
|
||||
},
|
||||
name: "I Nostri Gusti", id: "/gusti"},
|
||||
{
|
||||
name: "Ordina",
|
||||
id: "/ordina",
|
||||
},
|
||||
name: "Ordina", id: "/ordina"},
|
||||
{
|
||||
name: "Le Sedi",
|
||||
id: "/sedi",
|
||||
},
|
||||
name: "Le Sedi", id: "/sedi"},
|
||||
{
|
||||
name: "La Nostra Storia",
|
||||
id: "/storia",
|
||||
},
|
||||
name: "La Nostra Storia", id: "/storia"},
|
||||
]}
|
||||
brandName="Santo Gelato"
|
||||
button={{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39021234567",
|
||||
}}
|
||||
text: "Chiama Ora", href: "tel:+39021234567"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,36 +50,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "sede-centro",
|
||||
groupTitle: "Sede Centro",
|
||||
members: [
|
||||
id: "sede-centro", groupTitle: "Sede Centro", members: [
|
||||
{
|
||||
id: "member-centro",
|
||||
title: "Via della Dolcezza 12, Milano",
|
||||
subtitle: "Lun–Dom 11:00–22:00",
|
||||
detail: "Tel. +39 02 1234567\nLaboratorio artigianale interno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg",
|
||||
imageAlt: "Interni Sede Centro",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ice-cream-banners_23-2147515240.jpg?_wi=2",
|
||||
imageAlt: "gelateria interior modern clean",
|
||||
id: "member-centro", title: "Via della Dolcezza 12, Milano", subtitle: "Lun–Dom 11:00–22:00", detail: "Tel. +39 02 1234567\nLaboratorio artigianale interno", imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", imageAlt: "Interni Sede Centro"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "sede-navigli",
|
||||
groupTitle: "Sede Navigli",
|
||||
members: [
|
||||
id: "sede-navigli", groupTitle: "Sede Navigli", members: [
|
||||
{
|
||||
id: "member-navigli",
|
||||
title: "Alzaia Naviglio Grande 48, Milano",
|
||||
subtitle: "Lun–Dom 12:00–23:00",
|
||||
detail: "Tel. +39 02 7654321",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-strawberry-cake-bakery-shop_23-2150360188.jpg",
|
||||
imageAlt: "Interni Sede Navigli",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501234.jpg?_wi=2",
|
||||
imageAlt: "gelateria interior modern clean",
|
||||
id: "member-navigli", title: "Alzaia Naviglio Grande 48, Milano", subtitle: "Lun–Dom 12:00–23:00", detail: "Tel. +39 02 7654321", imageSrc: "http://img.b2bpic.net/free-photo/view-strawberry-cake-bakery-shop_23-2150360188.jpg", imageAlt: "Interni Sede Navigli"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Le Nostre Sedi"
|
||||
@@ -103,14 +71,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Hai bisogno di informazioni o vuoi fare un ordine speciale? Non esitare a contattarci, siamo qui per te!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiamaci Ora",
|
||||
href: "tel:+39021234567",
|
||||
},
|
||||
text: "Chiamaci Ora", href: "tel:+39021234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,55 +84,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Telefono: +39 02 1234567",
|
||||
href: "tel:+39021234567",
|
||||
},
|
||||
label: "Telefono: +39 02 1234567", href: "tel:+39021234567"},
|
||||
{
|
||||
label: "Email: info@santogelato.it",
|
||||
href: "mailto:info@santogelato.it",
|
||||
},
|
||||
label: "Email: info@santogelato.it", href: "mailto:info@santogelato.it"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sedi",
|
||||
items: [
|
||||
title: "Sedi", items: [
|
||||
{
|
||||
label: "Sede Centro",
|
||||
href: "/sedi#sede-centro",
|
||||
},
|
||||
label: "Sede Centro", href: "/sedi#sede-centro"},
|
||||
{
|
||||
label: "Sede Navigli",
|
||||
href: "/sedi#sede-navigli",
|
||||
},
|
||||
label: "Sede Navigli", href: "/sedi#sede-navigli"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/santogelato",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/santogelato"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/santogelato",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/santogelato"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)", href: "#"},
|
||||
{
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -8,6 +8,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Calendar, Truck, Award, Leaf } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,31 +29,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "I Nostri Gusti",
|
||||
id: "/gusti",
|
||||
},
|
||||
name: "I Nostri Gusti", id: "/gusti"},
|
||||
{
|
||||
name: "Ordina",
|
||||
id: "/ordina",
|
||||
},
|
||||
name: "Ordina", id: "/ordina"},
|
||||
{
|
||||
name: "Le Sedi",
|
||||
id: "/sedi",
|
||||
},
|
||||
name: "Le Sedi", id: "/sedi"},
|
||||
{
|
||||
name: "La Nostra Storia",
|
||||
id: "/storia",
|
||||
},
|
||||
name: "La Nostra Storia", id: "/storia"},
|
||||
]}
|
||||
brandName="Santo Gelato"
|
||||
button={{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39021234567",
|
||||
}}
|
||||
text: "Chiama Ora", href: "tel:+39021234567"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,7 +50,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Santo Gelato nasce da una passione di famiglia"
|
||||
description="Fondato nel 2019 da Santo e sua sorella Marta, il brand nasce dal desiderio di riportare in città il sapore del gelato artigianale di una volta — quello fatto con latte fresco, frutta di stagione e tanta pazienza. La prima sede apre in centro a Milano nel luglio 2019; la seconda ai Navigli nel 2022, diventando subito punto di riferimento del quartiere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,37 +60,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "milestone-1",
|
||||
value: "2019",
|
||||
title: "Prima sede",
|
||||
description: "Apre la prima gelateria Santo Gelato nel cuore di Milano.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-latin-american-village-scenery_23-2151643364.jpg",
|
||||
imageAlt: "Edificio storico",
|
||||
},
|
||||
id: "milestone-1", value: "2019", title: "Prima sede", description: "Apre la prima gelateria Santo Gelato nel cuore di Milano.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-latin-american-village-scenery_23-2151643364.jpg", imageAlt: "Edificio storico"},
|
||||
{
|
||||
id: "milestone-2",
|
||||
value: "2021",
|
||||
title: "Premio Miglior Gelato",
|
||||
description: "Riceviamo il prestigioso premio come Miglior Gelato Artigianale a Milano.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h57aj4",
|
||||
imageAlt: "Trofeo premio",
|
||||
},
|
||||
id: "milestone-2", value: "2021", title: "Premio Miglior Gelato", description: "Riceviamo il prestigioso premio come Miglior Gelato Artigianale a Milano.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h57aj4", imageAlt: "Trofeo premio"},
|
||||
{
|
||||
id: "milestone-3",
|
||||
value: "2022",
|
||||
title: "Seconda sede",
|
||||
description: "Inaugurazione della nostra seconda gelateria nel vivace quartiere dei Navigli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-working-florist-holding-open-sign-smiling-laughing-hard-out-loud-because-funny-crazy-joke_839833-18735.jpg",
|
||||
imageAlt: "Nuova sede",
|
||||
},
|
||||
id: "milestone-3", value: "2022", title: "Seconda sede", description: "Inaugurazione della nostra seconda gelateria nel vivace quartiere dei Navigli.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-with-mustache-working-florist-holding-open-sign-smiling-laughing-hard-out-loud-because-funny-crazy-joke_839833-18735.jpg", imageAlt: "Nuova sede"},
|
||||
{
|
||||
id: "milestone-4",
|
||||
value: "2024",
|
||||
title: "Oltre 50.000 vaschette",
|
||||
description: "Festeggiamo il traguardo di oltre 50.000 vaschette di gelato vendute, grazie a voi!",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dog-owners-celebrating-victory-dog-show_1262-21234.jpg",
|
||||
imageAlt: "Numeri di celebrazione",
|
||||
},
|
||||
id: "milestone-4", value: "2024", title: "Oltre 50.000 vaschette", description: "Festeggiamo il traguardo di oltre 50.000 vaschette di gelato vendute, grazie a voi!", imageSrc: "http://img.b2bpic.net/free-vector/dog-owners-celebrating-victory-dog-show_1262-21234.jpg", imageAlt: "Numeri di celebrazione"},
|
||||
]}
|
||||
title="Il nostro percorso di dolcezza"
|
||||
description="Ogni anno un nuovo traguardo, sempre con la stessa passione per il gelato artigianale e l'impegno verso i nostri clienti."
|
||||
@@ -115,32 +79,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Stagionalità",
|
||||
description: "Rispettiamo i ritmi della natura, offrendo gusti che seguono la disponibilità stagionale delle migliori materie prime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-wooden-table_23-2152019183.jpg",
|
||||
imageAlt: "Icona di frutti stagionali",
|
||||
buttonIcon: "Calendar",
|
||||
title: "Stagionalità", description: "Rispettiamo i ritmi della natura, offrendo gusti che seguono la disponibilità stagionale delle migliori materie prime.", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-wooden-table_23-2152019183.jpg", imageAlt: "Icona di frutti stagionali", buttonIcon: Calendar,
|
||||
},
|
||||
{
|
||||
title: "Filiera corta",
|
||||
description: "Privilegiamo fornitori locali e a km 0 per assicurare freschezza e tracciabilità, sostenendo l'economia del territorio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/quality-control-certified-quality-test-services-icons-flat-set-isolated-vector-illustration_1284-3015.jpg",
|
||||
imageAlt: "Icona di filiera corta",
|
||||
buttonIcon: "Truck",
|
||||
title: "Filiera corta", description: "Privilegiamo fornitori locali e a km 0 per assicurare freschezza e tracciabilità, sostenendo l'economia del territorio.", imageSrc: "http://img.b2bpic.net/free-vector/quality-control-certified-quality-test-services-icons-flat-set-isolated-vector-illustration_1284-3015.jpg", imageAlt: "Icona di filiera corta", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Zero compromessi",
|
||||
description: "Non scendiamo a compromessi sulla qualità. Ogni ingrediente è selezionato con cura, ogni processo è artigianale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rag-dolls-with-x-chest-one-with-checkmark_1156-661.jpg",
|
||||
imageAlt: "Icona di garanzia qualità",
|
||||
buttonIcon: "Award",
|
||||
title: "Zero compromessi", description: "Non scendiamo a compromessi sulla qualità. Ogni ingrediente è selezionato con cura, ogni processo è artigianale.", imageSrc: "http://img.b2bpic.net/free-photo/rag-dolls-with-x-chest-one-with-checkmark_1156-661.jpg", imageAlt: "Icona di garanzia qualità", buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Sostenibilità",
|
||||
description: "Ci impegniamo per un futuro più verde, con pratiche eco-sostenibili dalla produzione alla scelta degli imballaggi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/organic-farming-theme-illustration_23-2148411926.jpg",
|
||||
imageAlt: "Illustrazione di agricoltura biologica",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Sostenibilità", description: "Ci impegniamo per un futuro più verde, con pratiche eco-sostenibili dalla produzione alla scelta degli imballaggi.", imageSrc: "http://img.b2bpic.net/free-vector/organic-farming-theme-illustration_23-2148411926.jpg", imageAlt: "Illustrazione di agricoltura biologica", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
title="I valori che ci guidano"
|
||||
@@ -155,36 +103,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "founders",
|
||||
groupTitle: "I Fondatori",
|
||||
members: [
|
||||
id: "founders", groupTitle: "I Fondatori", members: [
|
||||
{
|
||||
id: "santo",
|
||||
title: "Santo Gelato",
|
||||
subtitle: "Co-fondatore & Mastro Gelatiere",
|
||||
detail: "La mente creativa e il cuore pulsante dietro ogni gusto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-together_23-2150285309.jpg",
|
||||
imageAlt: "Santo e Marta, i fondatori",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ice-cream-banners_23-2147515240.jpg?_wi=3",
|
||||
imageAlt: "founders of Italian gelateria smiling",
|
||||
id: "santo", title: "Santo Gelato", subtitle: "Co-fondatore & Mastro Gelatiere", detail: "La mente creativa e il cuore pulsante dietro ogni gusto.", imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-together_23-2150285309.jpg", imageAlt: "Santo e Marta, i fondatori"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "laboratory",
|
||||
groupTitle: "Il Laboratorio",
|
||||
members: [
|
||||
id: "laboratory", groupTitle: "Il Laboratorio", members: [
|
||||
{
|
||||
id: "lab-photo",
|
||||
title: "Il nostro laboratorio",
|
||||
subtitle: "Dove nasce la magia",
|
||||
detail: "Il luogo dove la freschezza degli ingredienti incontra la maestria artigianale per creare i nostri gelati unici.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/making-gelato-chocolate-ice-cream-confectioner-chef-uniform-is-working-ice-cream_1157-47495.jpg",
|
||||
imageAlt: "Interno del laboratorio di gelato",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cartoon-illustration_23-2151501234.jpg?_wi=3",
|
||||
imageAlt: "founders of Italian gelateria smiling",
|
||||
id: "lab-photo", title: "Il nostro laboratorio", subtitle: "Dove nasce la magia", detail: "Il luogo dove la freschezza degli ingredienti incontra la maestria artigianale per creare i nostri gelati unici.", imageSrc: "http://img.b2bpic.net/free-photo/making-gelato-chocolate-ice-cream-confectioner-chef-uniform-is-working-ice-cream_1157-47495.jpg", imageAlt: "Interno del laboratorio di gelato"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Il Cuore della Nostra Artigianalità"
|
||||
@@ -196,55 +124,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Telefono: +39 02 1234567",
|
||||
href: "tel:+39021234567",
|
||||
},
|
||||
label: "Telefono: +39 02 1234567", href: "tel:+39021234567"},
|
||||
{
|
||||
label: "Email: info@santogelato.it",
|
||||
href: "mailto:info@santogelato.it",
|
||||
},
|
||||
label: "Email: info@santogelato.it", href: "mailto:info@santogelato.it"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sedi",
|
||||
items: [
|
||||
title: "Sedi", items: [
|
||||
{
|
||||
label: "Sede Centro",
|
||||
href: "/sedi#sede-centro",
|
||||
},
|
||||
label: "Sede Centro", href: "/sedi#sede-centro"},
|
||||
{
|
||||
label: "Sede Navigli",
|
||||
href: "/sedi#sede-navigli",
|
||||
},
|
||||
label: "Sede Navigli", href: "/sedi#sede-navigli"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/santogelato",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/santogelato"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/santogelato",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/santogelato"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 11:00–22:00 (Centro)", href: "#"},
|
||||
{
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun–Dom: 12:00–23:00 (Navigli)", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user