Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
214
src/app/page.tsx
214
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Storia",
|
||||
id: "storia",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Galleria",
|
||||
id: "galleria",
|
||||
},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "recensioni",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contatti",
|
||||
},
|
||||
{ name: "Storia", id: "storia" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Galleria", id: "galleria" },
|
||||
{ name: "Recensioni", id: "recensioni" },
|
||||
{ name: "Contatti", id: "contatti" },
|
||||
]}
|
||||
brandName="Otello"
|
||||
/>
|
||||
@@ -61,14 +46,8 @@ export default function LandingPage() {
|
||||
logoText="Otello"
|
||||
description="Trattoria Romana dal cuore di Trastevere"
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota un Tavolo",
|
||||
href: "https://www.thefork.it",
|
||||
},
|
||||
{
|
||||
text: "Scopri il Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Prenota un Tavolo", href: "https://www.thefork.it" },
|
||||
{ text: "Scopri il Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spaghetti-with-meat-sauce-cherry-tomato-parmesan_140725-2204.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -95,20 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Vini Selezionati",
|
||||
description: "Dalle cantine laziali più rinomate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg",
|
||||
},
|
||||
title: "Vini Selezionati", description: "Dalle cantine laziali più rinomate", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg"},
|
||||
{
|
||||
title: "Ingredienti Freschi",
|
||||
description: "Materie prime a km 0 ogni giorno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-mushrooms-creamy-sauce_140725-6787.jpg",
|
||||
},
|
||||
title: "Ingredienti Freschi", description: "Materie prime a km 0 ogni giorno", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-mushrooms-creamy-sauce_140725-6787.jpg"},
|
||||
{
|
||||
title: "Aperto fino alle 23:30",
|
||||
description: "Sempre al vostro servizio a Trastevere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629548.jpg",
|
||||
},
|
||||
title: "Aperto fino alle 23:30", description: "Sempre al vostro servizio a Trastevere", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629548.jpg"},
|
||||
]}
|
||||
title="Tavoli all'aperto, musica dal vivo, il profumo di Roma nell'aria."
|
||||
description="Ogni serata è un omaggio alla tradizione millenaria della nostra città."
|
||||
@@ -120,49 +90,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Tiramisù di Otello",
|
||||
price: "7€",
|
||||
variant: "Dolce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-35.jpg",
|
||||
},
|
||||
id: "m1", name: "Tiramisù di Otello", price: "7€", variant: "Dolce", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-35.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Mezze Maniche Gricia",
|
||||
price: "14€",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2375.jpg",
|
||||
},
|
||||
id: "m2", name: "Mezze Maniche Gricia", price: "14€", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2375.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Carciofi alla Giudia",
|
||||
price: "9€",
|
||||
variant: "Antipasto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-4715.jpg",
|
||||
},
|
||||
id: "m3", name: "Carciofi alla Giudia", price: "9€", variant: "Antipasto", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-4715.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Carbonara Classica",
|
||||
price: "15€",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carbonara_1203-2930.jpg",
|
||||
},
|
||||
id: "m4", name: "Carbonara Classica", price: "15€", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/carbonara_1203-2930.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Bucatini all'Amatriciana",
|
||||
price: "14€",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-vegetables-ingredients-white-table_181624-39443.jpg",
|
||||
},
|
||||
id: "m5", name: "Bucatini all'Amatriciana", price: "14€", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-vegetables-ingredients-white-table_181624-39443.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Gnocchi al Ragù",
|
||||
price: "13€",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-uncooked-pastas-bowl-marble-background_114579-59556.jpg",
|
||||
},
|
||||
id: "m6", name: "Gnocchi al Ragù", price: "13€", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/cooked-uncooked-pastas-bowl-marble-background_114579-59556.jpg"},
|
||||
]}
|
||||
title="I Nostri Piatti"
|
||||
description="La vera Roma in ogni boccone."
|
||||
@@ -176,59 +117,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Luca R.",
|
||||
role: "Foodie",
|
||||
company: "Roma",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-with-pasta_23-2150329919.jpg",
|
||||
},
|
||||
id: "t1", name: "Luca R.", role: "Foodie", company: "Roma", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-with-pasta_23-2150329919.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah J.",
|
||||
role: "Turista",
|
||||
company: "USA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-is-posing-camera-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick_197531-673.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah J.", role: "Turista", company: "USA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-is-posing-camera-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick_197531-673.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marco V.",
|
||||
role: "Locale",
|
||||
company: "Trastevere",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-with-food_23-2147681074.jpg",
|
||||
},
|
||||
id: "t3", name: "Marco V.", role: "Locale", company: "Trastevere", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-with-food_23-2147681074.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena P.",
|
||||
role: "Viaggiatrice",
|
||||
company: "Milano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236905.jpg",
|
||||
},
|
||||
id: "t4", name: "Elena P.", role: "Viaggiatrice", company: "Milano", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236905.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David K.",
|
||||
role: "Chef",
|
||||
company: "Lazio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-making-vases-with-clay_1157-30703.jpg",
|
||||
},
|
||||
id: "t5", name: "David K.", role: "Chef", company: "Lazio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-making-vases-with-clay_1157-30703.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7",
|
||||
label: "Google Rating",
|
||||
},
|
||||
{
|
||||
value: "17k+",
|
||||
label: "Recensioni",
|
||||
},
|
||||
{
|
||||
value: "1900",
|
||||
label: "Dal",
|
||||
},
|
||||
{ value: "4.7", label: "Google Rating" },
|
||||
{ value: "17k+", label: "Recensioni" },
|
||||
{ value: "1900", label: "Dal" },
|
||||
]}
|
||||
title="Cosa Dicono di Noi"
|
||||
description="17.707+ ospiti felici"
|
||||
@@ -240,20 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Avete opzioni vegetariane?",
|
||||
content: "Sì, offriamo numerosi piatti vegetariani tipici della tradizione romana.",
|
||||
},
|
||||
id: "f1", title: "Avete opzioni vegetariane?", content: "Sì, offriamo numerosi piatti vegetariani tipici della tradizione romana."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Accettate prenotazioni?",
|
||||
content: "Certamente, consigliamo sempre di prenotare tramite il nostro sito o TheFork.",
|
||||
},
|
||||
id: "f2", title: "Accettate prenotazioni?", content: "Certamente, consigliamo sempre di prenotare tramite il nostro sito o TheFork."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Siete aperti a pranzo?",
|
||||
content: "Siamo aperti tutti i giorni a pranzo e a cena.",
|
||||
},
|
||||
id: "f3", title: "Siete aperti a pranzo?", content: "Siamo aperti tutti i giorni a pranzo e a cena."},
|
||||
]}
|
||||
sideTitle="Domande Frequenti"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -267,16 +165,10 @@ export default function LandingPage() {
|
||||
description="Via della Pelliccia 47/53, 00153 Roma. Vi aspettiamo!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Il tuo nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Il tuo nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "La tua email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "La tua email", required: true,
|
||||
},
|
||||
]}
|
||||
buttonText="Prenota Ora"
|
||||
@@ -288,37 +180,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Trattoria",
|
||||
items: [
|
||||
{
|
||||
label: "Storia",
|
||||
href: "#storia",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Galleria",
|
||||
href: "#galleria",
|
||||
},
|
||||
title: "Trattoria", items: [
|
||||
{ label: "Storia", href: "#storia" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Galleria", href: "#galleria" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
{
|
||||
label: "Via della Pelliccia 47/53",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "06 589 6848",
|
||||
href: "tel:065896848",
|
||||
},
|
||||
{
|
||||
label: "thefork.it",
|
||||
href: "https://www.thefork.it",
|
||||
},
|
||||
title: "Contatti", items: [
|
||||
{ label: "Via della Pelliccia 47/53", href: "#" },
|
||||
{ label: "06 589 6848", href: "tel:065896848" },
|
||||
{ label: "thefork.it", href: "https://www.thefork.it" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user