Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,21 +30,13 @@ 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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Balsamico Tradizionale"
|
||||
/>
|
||||
@@ -53,47 +45,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="L'Essenza della Tradizione"
|
||||
description="Scopri l'autentico Aceto Balsamico Tradizionale, invecchiato con pazienza nelle botti di legno delle nostre terre emiliane."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri i nostri prodotti",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Scopri i nostri prodotti", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-tomato-sauce-greens-dark-blue-surface-cuisine-cooking-dinner-dough-dish-meal-meat_179666-17868.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-tomato-sauce-greens-dark-blue-surface-cuisine-cooking-dinner-dough-dish-meal-meat_179666-17868.jpg", imageAlt: "Botte di aceto"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drink-fruit-alcohol-sour-color-bar-juice-wine_179666-17550.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drink-fruit-alcohol-sour-color-bar-juice-wine_179666-17550.jpg", imageAlt: "Botte di aceto"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg", imageAlt: "Botte di aceto"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214929.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214929.jpg", imageAlt: "Botte di aceto"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-with-lime-sliced-red-apple-cinnamon-fir-cone-straw_141793-7019.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-with-lime-sliced-red-apple-cinnamon-fir-cone-straw_141793-7019.jpg", imageAlt: "Botte di aceto"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-boiled-mussels-wine-bottle_23-2148234876.jpg",
|
||||
imageAlt: "Botte di aceto",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-boiled-mussels-wine-bottle_23-2148234876.jpg", imageAlt: "Botte di aceto"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,19 +76,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Anni di Tradizione",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Anni di Tradizione", value: "150+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Ettari di Vigneti",
|
||||
value: "20",
|
||||
},
|
||||
label: "Ettari di Vigneti", value: "20"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Premi Nazionali",
|
||||
value: "45",
|
||||
},
|
||||
label: "Premi Nazionali", value: "45"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,62 +92,27 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Tradizionale",
|
||||
name: "Riserva Extravecchia",
|
||||
price: "120,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-eggplants-with-bottle-oil_114579-48721.jpg",
|
||||
},
|
||||
id: "p1", brand: "Tradizionale", name: "Riserva Extravecchia", price: "120,00 €", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-eggplants-with-bottle-oil_114579-48721.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Tradizionale",
|
||||
name: "Serie Oro",
|
||||
price: "85,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "94",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carafe-wine-grapes-arrangement_52683-96529.jpg",
|
||||
},
|
||||
id: "p2", brand: "Tradizionale", name: "Serie Oro", price: "85,00 €", rating: 5,
|
||||
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/carafe-wine-grapes-arrangement_52683-96529.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Classico",
|
||||
name: "Invecchiato 12 Anni",
|
||||
price: "55,00 €",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-woman-pouring-oil-delicious-salad-plate-wooden-black-background-side-view-space-text_176474-3950.jpg",
|
||||
},
|
||||
id: "p3", brand: "Classico", name: "Invecchiato 12 Anni", price: "55,00 €", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/some-woman-pouring-oil-delicious-salad-plate-wooden-black-background-side-view-space-text_176474-3950.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Classico",
|
||||
name: "Aceto Balsamico IGP",
|
||||
price: "25,00 €",
|
||||
rating: 4,
|
||||
reviewCount: "350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winery-factory_1398-4744.jpg",
|
||||
},
|
||||
id: "p4", brand: "Classico", name: "Aceto Balsamico IGP", price: "25,00 €", rating: 4,
|
||||
reviewCount: "350", imageSrc: "http://img.b2bpic.net/free-photo/winery-factory_1398-4744.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Condimento",
|
||||
name: "Balsamico Bianco",
|
||||
price: "18,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/modern-elegant-template_23-2151875671.jpg",
|
||||
},
|
||||
id: "p5", brand: "Condimento", name: "Balsamico Bianco", price: "18,00 €", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-psd/modern-elegant-template_23-2151875671.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Edizione",
|
||||
name: "Cuore di Botte",
|
||||
price: "150,00 €",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-120.jpg",
|
||||
},
|
||||
id: "p6", brand: "Edizione", name: "Cuore di Botte", price: "150,00 €", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-120.jpg"},
|
||||
]}
|
||||
title="Le Nostre Eccellenze"
|
||||
description="Dalle riserve limitate alla produzione classica, scegli il gusto unico della nostra terra."
|
||||
@@ -194,14 +124,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Consorzio IGP",
|
||||
"Slow Food",
|
||||
"Gambero Rosso",
|
||||
"Guida Veronelli",
|
||||
"Eccellenza Emilia",
|
||||
"Qualità Artigiana",
|
||||
"Premio Qualità Italiana",
|
||||
]}
|
||||
"Consorzio IGP", "Slow Food", "Gambero Rosso", "Guida Veronelli", "Eccellenza Emilia", "Qualità Artigiana", "Premio Qualità Italiana"]}
|
||||
title="Riconoscimenti e Qualità"
|
||||
description="Orgogliosi di far parte delle eccellenze gastronomiche italiane."
|
||||
/>
|
||||
@@ -211,16 +134,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contatti"
|
||||
title="Visita la nostra Acetaia"
|
||||
description="Siamo aperti per degustazioni e visite guidate. Contattaci per prenotare la tua esperienza sensoriale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Invia una richiesta",
|
||||
href: "mailto:info@balsamico.it",
|
||||
},
|
||||
text: "Invia una richiesta", href: "mailto:info@balsamico.it"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,49 +151,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Prodotti",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Prodotti", href: "#products"},
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini e Condizioni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termini e Condizioni", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user