Merge version_1 into main #1
133
src/app/page.tsx
133
src/app/page.tsx
@@ -29,31 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "BENVENUTI",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "MENU",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "STORIA",
|
||||
id: "storia",
|
||||
},
|
||||
{
|
||||
name: "CONTATTI",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "BENVENUTI", id: "hero" },
|
||||
{ name: "MENU", id: "menu" },
|
||||
{ name: "STORIA", id: "storia" },
|
||||
{ name: "CONTATTI", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "PRENOTA",
|
||||
href: "#contact",
|
||||
}}
|
||||
topBarButton={{
|
||||
text: "REGALA",
|
||||
href: "#",
|
||||
}}
|
||||
button={{ text: "PRENOTA", href: "#contact" }}
|
||||
topBarButton={{ text: "REGALA", href: "#" }}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfQMuNhctIUd1AHTvAdCHu63WW/uploaded-1777370791214-sg0ylo8u.png"
|
||||
brandName="Ristorante Del Lago"
|
||||
/>
|
||||
@@ -63,12 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Ristorante Del Lago"
|
||||
description="Una cucina che eccelle nella ricerca e nel rispetto della materia prima, nell'equilibrio fra passato, presente e futuro."
|
||||
buttons={[
|
||||
{
|
||||
text: "SCOPRI IL MENU",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "SCOPRI IL MENU", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,32 +58,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Stagionale",
|
||||
name: "Degustazione del Lago",
|
||||
price: "180€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg",
|
||||
},
|
||||
id: "1", brand: "Stagionale", name: "Degustazione del Lago", price: "180€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Innovazione",
|
||||
name: "La materia prima",
|
||||
price: "160€",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg",
|
||||
},
|
||||
id: "2", brand: "Innovazione", name: "La materia prima", price: "160€", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Tradizione",
|
||||
name: "Armonia del Gusto",
|
||||
price: "195€",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-with-greek-yogurt-sauce-plate_140725-11511.jpg",
|
||||
},
|
||||
id: "3", brand: "Tradizione", name: "Armonia del Gusto", price: "195€", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-with-greek-yogurt-sauce-plate_140725-11511.jpg"},
|
||||
]}
|
||||
title="I Nostri Piatti"
|
||||
description="La ricerca continua nell'eccellenza culinaria."
|
||||
@@ -118,38 +77,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="La Storia e lo Chef"
|
||||
description={[
|
||||
"Una squadra affiatata e tanto tempo e cura a disposizione del cliente.",
|
||||
"La cucina di Del Lago è un laboratorio creativo dove tradizione e tecnica si fondono, dando vita a piatti che raccontano storie di territorio ed eccellenza.",
|
||||
]}
|
||||
"Una squadra affiatata e tanto tempo e cura a disposizione del cliente.", "La cucina di Del Lago è un laboratorio creativo dove tradizione e tecnica si fondono, dando vita a piatti che raccontano storie di territorio ed eccellenza."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cantina" data-section="cantina">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Vini Autoctoni",
|
||||
description: "Eccellenze locali selezionate con cura.",
|
||||
tag: "Cantina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wine-bottles-arranged-order_181624-4711.jpg",
|
||||
},
|
||||
id: "f1", title: "Vini Autoctoni", description: "Eccellenze locali selezionate con cura.", tag: "Cantina", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wine-bottles-arranged-order_181624-4711.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Riserve Private",
|
||||
description: "Etichette rare conservate per occasioni speciali.",
|
||||
tag: "Esclusivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-black-dress-with-glass-red-wine_140725-2293.jpg",
|
||||
},
|
||||
id: "f2", title: "Riserve Private", description: "Etichette rare conservate per occasioni speciali.", tag: "Esclusivo", imageSrc: "http://img.b2bpic.net/free-photo/girl-black-dress-with-glass-red-wine_140725-2293.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sommelier Experience",
|
||||
description: "Percorsi guidati per scoprire il meglio del vino.",
|
||||
tag: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg",
|
||||
},
|
||||
id: "f3", title: "Sommelier Experience", description: "Percorsi guidati per scoprire il meglio del vino.", tag: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg"},
|
||||
]}
|
||||
title="La Nostra Cantina"
|
||||
description="Una selezione curata dei migliori vitigni, dove ogni etichetta racconta la storia di un territorio."
|
||||
@@ -161,12 +104,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Stella Michelin",
|
||||
"Guida Espresso",
|
||||
"Gambero Rosso",
|
||||
"La Liste",
|
||||
"Wine Spectator",
|
||||
]}
|
||||
"Stella Michelin", "Guida Espresso", "Gambero Rosso", "La Liste", "Wine Spectator"]}
|
||||
title="Riconoscimenti"
|
||||
description="Il valore del nostro lavoro riconosciuto dai più grandi esperti."
|
||||
/>
|
||||
@@ -176,8 +114,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Prenota il Tuo Tavolo"
|
||||
description="Contattaci per vivere un'esperienza gastronomica unica nel cuore del nostro ristorante."
|
||||
tag="Prenotazioni"
|
||||
@@ -190,38 +127,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Via del Lago, 1",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "FIRENZE, Italy",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Via del Lago, 1", href: "#" },
|
||||
{ label: "FIRENZE, Italy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Telefono: +39 055 000 000",
|
||||
href: "tel:+39055000000",
|
||||
},
|
||||
{
|
||||
label: "Email: info@ristorantedellago.it",
|
||||
href: "mailto:info@ristorantedellago.it",
|
||||
},
|
||||
{ label: "Telefono: +39 055 000 000", href: "tel:+39055000000" },
|
||||
{ label: "Email: info@ristorantedellago.it", href: "mailto:info@ristorantedellago.it" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termini e Condizioni",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Termini e Condizioni", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user