Merge version_1 into main #1
257
src/app/page.tsx
257
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Drogheria Torielli"
|
||||
/>
|
||||
@@ -60,99 +50,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Un Viaggio Sensoriale nel Cuore di Genova"
|
||||
description="Drogheria Torielli è un'esperienza da vivere. Scopri una selezione curata di spezie, tè e tesori culinari introvabili, serviti con la passione e la competenza di generazioni."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Giulia M.",
|
||||
handle: "@giuliam",
|
||||
testimonial: "Un salto indietro nel tempo, rapiti da profumi di spezie e luoghi lontani.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-359.jpg",
|
||||
},
|
||||
name: "Giulia M.", handle: "@giuliam", testimonial: "Un salto indietro nel tempo, rapiti da profumi di spezie e luoghi lontani.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-359.jpg"},
|
||||
{
|
||||
name: "Marco R.",
|
||||
handle: "@marcor",
|
||||
testimonial: "Prodotti naturali di massima qualità, difficili da reperire altrove.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg",
|
||||
},
|
||||
name: "Marco R.", handle: "@marcor", testimonial: "Prodotti naturali di massima qualità, difficili da reperire altrove.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg"},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Le signore sono super competenti, ti fanno scoprire chicche incredibili.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg",
|
||||
},
|
||||
name: "Elena V.", handle: "@elenav", testimonial: "Le signore sono super competenti, ti fanno scoprire chicche incredibili.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shallow-focus-guy-looking-happily-something-supermarket_181624-60635.jpg"},
|
||||
{
|
||||
name: "Luca B.",
|
||||
handle: "@lucab",
|
||||
testimonial: "Una perla nascosta, impossibile non trovare qualcosa di unico.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/influencer-films-vlog-around-food-shop_482257-86912.jpg",
|
||||
},
|
||||
name: "Luca B.", handle: "@lucab", testimonial: "Una perla nascosta, impossibile non trovare qualcosa di unico.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/influencer-films-vlog-around-food-shop_482257-86912.jpg"},
|
||||
{
|
||||
name: "Sofia D.",
|
||||
handle: "@sofiad",
|
||||
testimonial: "La passione si manifesta in ogni piccolo dettaglio. Consigliatissimo!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-avocado_23-2148238136.jpg",
|
||||
},
|
||||
name: "Sofia D.", handle: "@sofiad", testimonial: "La passione si manifesta in ogni piccolo dettaglio. Consigliatissimo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-avocado_23-2148238136.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visita la Nostra Bottega",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visita la Nostra Bottega", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-preserved-garlic_23-2148606771.jpg"
|
||||
imageAlt="traditional italian spice shop interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/set-aromatic-spices_23-2147773481.jpg",
|
||||
alt: "Set of aromatic spices",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/set-aromatic-spices_23-2147773481.jpg", alt: "Set of aromatic spices"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cold-meat_1182-957.jpg",
|
||||
alt: "cold meat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cold-meat_1182-957.jpg", alt: "cold meat"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444682.jpg",
|
||||
alt: "Still life with various spices",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444682.jpg", alt: "Still life with various spices"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/autumn-food-frame-with-copy-space_23-2148234241.jpg",
|
||||
alt: "Autumn food frame with copy-space",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/autumn-food-frame-with-copy-space_23-2148234241.jpg", alt: "Autumn food frame with copy-space"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-many-plastic-bottles-with-white-lids-full-various-small-crops_181624-22892.jpg",
|
||||
alt: "Vertical shot of many plastic bottles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-many-plastic-bottles-with-white-lids-full-various-small-crops_181624-22892.jpg", alt: "Vertical shot of many plastic bottles"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Spezie Rare",
|
||||
},
|
||||
type: "text", text: "Spezie Rare"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tè Pregiati",
|
||||
},
|
||||
type: "text", text: "Tè Pregiati"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradizione Genovese",
|
||||
},
|
||||
type: "text", text: "Tradizione Genovese"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Qualità Selezionata",
|
||||
},
|
||||
type: "text", text: "Qualità Selezionata"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Passione dal 1930",
|
||||
},
|
||||
type: "text", text: "Passione dal 1930"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,41 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pepe Selvatico Madagascar",
|
||||
price: "€4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-ingredients-small-bottles_23-2149278493.jpg",
|
||||
},
|
||||
id: "p1", name: "Pepe Selvatico Madagascar", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-ingredients-small-bottles_23-2149278493.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tè Nero Pregiato",
|
||||
price: "€8.20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-seasoning-composition-different-colored-inside-spoons-grey-desk-tea-dry-plant-color_140725-80091.jpg",
|
||||
},
|
||||
id: "p2", name: "Tè Nero Pregiato", price: "€8.20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-seasoning-composition-different-colored-inside-spoons-grey-desk-tea-dry-plant-color_140725-80091.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Miscele Spezie Segrete",
|
||||
price: "€5.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-small-bottles_23-2149278476.jpg",
|
||||
},
|
||||
id: "p3", name: "Miscele Spezie Segrete", price: "€5.90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-small-bottles_23-2149278476.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Zafferano Puro",
|
||||
price: "€12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ancient-kettle-peanut-brittles-marble-background_114579-46846.jpg",
|
||||
},
|
||||
id: "p4", name: "Zafferano Puro", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/ancient-kettle-peanut-brittles-marble-background_114579-46846.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cannella in Stecche",
|
||||
price: "€3.80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cinnamon-sticks-wood-board-cinnamon-powders-pinecones-anises-dark_140725-105515.jpg",
|
||||
},
|
||||
id: "p5", name: "Cannella in Stecche", price: "€3.80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cinnamon-sticks-wood-board-cinnamon-powders-pinecones-anises-dark_140725-105515.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Essenza di Bergamotto",
|
||||
price: "€9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-rustic-kitchen-objects-with-seeds_23-2148536699.jpg",
|
||||
},
|
||||
id: "p6", name: "Essenza di Bergamotto", price: "€9.50", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-rustic-kitchen-objects-with-seeds_23-2148536699.jpg"},
|
||||
]}
|
||||
title="Tesori dal Mondo"
|
||||
description="Dalle spezie più rare del Madagascar ai tè più pregiati, scopri la nostra collezione di perle culinarie."
|
||||
@@ -227,17 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Nessun prodotto industriale massivo",
|
||||
"Zero sprechi nella gestione",
|
||||
"Assenza di confusione dei supermercati",
|
||||
],
|
||||
"Nessun prodotto industriale massivo", "Zero sprechi nella gestione", "Assenza di confusione dei supermercati"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Prodotti rari introvabili altrove",
|
||||
"Consulenza personalizzata sulle spezie",
|
||||
"Etichettatura artigianale dettagliata",
|
||||
],
|
||||
"Prodotti rari introvabili altrove", "Consulenza personalizzata sulle spezie", "Etichettatura artigianale dettagliata"],
|
||||
}}
|
||||
title="Perché Sceglierci"
|
||||
description="Offriamo molto più di una semplice vendita: garantiamo un'esperienza sensoriale unica e la massima competenza professionale."
|
||||
@@ -251,45 +168,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Giulia M.",
|
||||
handle: "@giuliam",
|
||||
testimonial: "Un'esperienza incredibile, il profumo delle spezie ti rapisce appena entri.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoppers-showing-greeting-gesture_23-2147666131.jpg",
|
||||
},
|
||||
id: "t1", name: "Giulia M.", handle: "@giuliam", testimonial: "Un'esperienza incredibile, il profumo delle spezie ti rapisce appena entri.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoppers-showing-greeting-gesture_23-2147666131.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco R.",
|
||||
handle: "@marcor",
|
||||
testimonial: "Finalmente un negozio che seleziona solo la qualità massima, tornerò presto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-slavic-female-gardener-wearing-gardening-hat-holds-parts-broken-hot-pepper_141793-104195.jpg",
|
||||
},
|
||||
id: "t2", name: "Marco R.", handle: "@marcor", testimonial: "Finalmente un negozio che seleziona solo la qualità massima, tornerò presto.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-slavic-female-gardener-wearing-gardening-hat-holds-parts-broken-hot-pepper_141793-104195.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Le signore sono vere esperte, mi hanno spiegato ogni dettaglio.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-turtle-bag-headphones_23-2148875845.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena V.", handle: "@elenav", testimonial: "Le signore sono vere esperte, mi hanno spiegato ogni dettaglio.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-turtle-bag-headphones_23-2148875845.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Luca B.",
|
||||
handle: "@lucab",
|
||||
testimonial: "Non credo esista un altro posto simile a Genova, davvero fantastico.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg",
|
||||
},
|
||||
id: "t4", name: "Luca B.", handle: "@lucab", testimonial: "Non credo esista un altro posto simile a Genova, davvero fantastico.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia D.",
|
||||
handle: "@sofiad",
|
||||
testimonial: "Ogni dettaglio è curato, si percepisce l'amore per questo lavoro.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg",
|
||||
},
|
||||
id: "t5", name: "Sofia D.", handle: "@sofiad", testimonial: "Ogni dettaglio è curato, si percepisce l'amore per questo lavoro.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Cosa Dicono di Noi"
|
||||
@@ -305,25 +197,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "90+",
|
||||
title: "Spezie Selezionate",
|
||||
description: "Provenienti dai migliori produttori mondiali",
|
||||
icon: Leaf,
|
||||
id: "m1", value: "90+", title: "Spezie Selezionate", description: "Provenienti dai migliori produttori mondiali", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8",
|
||||
title: "Valutazione Media",
|
||||
description: "Centinaia di recensioni positive su Google",
|
||||
icon: Star,
|
||||
id: "m2", value: "4.8", title: "Valutazione Media", description: "Centinaia di recensioni positive su Google", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "90",
|
||||
title: "Anni di Passione",
|
||||
description: "Tradizione tramandata con cura",
|
||||
icon: Clock,
|
||||
id: "m3", value: "90", title: "Anni di Passione", description: "Tradizione tramandata con cura", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Il Nostro Impegno"
|
||||
@@ -337,20 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Effettuate spedizioni?",
|
||||
content: "Sì, effettuiamo consegne a domicilio per venire incontro alle esigenze dei nostri clienti.",
|
||||
},
|
||||
id: "f1", title: "Effettuate spedizioni?", content: "Sì, effettuiamo consegne a domicilio per venire incontro alle esigenze dei nostri clienti."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Accettate pagamenti con carta?",
|
||||
content: "Certamente, accettiamo pagamenti elettronici (carte di credito/debito, NFC) nonostante la nostra anima antica.",
|
||||
},
|
||||
id: "f2", title: "Accettate pagamenti con carta?", content: "Certamente, accettiamo pagamenti elettronici (carte di credito/debito, NFC) nonostante la nostra anima antica."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Dove vi trovate?",
|
||||
content: "Siamo nel cuore storico di Genova, in Via di S. Bernardo, 32/R.",
|
||||
},
|
||||
id: "f3", title: "Dove vi trovate?", content: "Siamo nel cuore storico di Genova, in Via di S. Bernardo, 32/R."},
|
||||
]}
|
||||
title="Domande Frequenti"
|
||||
description="Ecco tutto quello che vorreste sapere sulla nostra Drogheria storica."
|
||||
@@ -360,10 +231,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contattaci"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Vieni a Trovarci"
|
||||
description="Ti aspettiamo in Via di S. Bernardo per farti riscoprire i profumi del passato. Scrivici per informazioni o richieste speciali."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-house-rajathan-india_53876-65119.jpg"
|
||||
@@ -380,29 +251,19 @@ export default function LandingPage() {
|
||||
logoText="Drogheria Torielli"
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "+39 010 246 3908",
|
||||
href: "tel:+390102463908",
|
||||
},
|
||||
label: "+39 010 246 3908", href: "tel:+390102463908"},
|
||||
{
|
||||
label: "Via di S. Bernardo, 32/R",
|
||||
href: "https://maps.app.goo.gl/LVJJitpyzuorUimdAAccolti",
|
||||
},
|
||||
label: "Via di S. Bernardo, 32/R", href: "https://maps.app.goo.gl/LVJJitpyzuorUimdAAccolti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun-Sab: 09-13 / 14-18",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun-Sab: 09-13 / 14-18", href: "#"},
|
||||
{
|
||||
label: "Domenica: Chiuso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Domenica: Chiuso", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user