Merge version_1 into main #2
170
src/app/page.tsx
170
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Recensioni", id: "testimonials"},
|
||||
{
|
||||
name: "Dove Siamo",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Dove Siamo", id: "contact"},
|
||||
]}
|
||||
brandName="Kebab Pizzeria"
|
||||
/>
|
||||
@@ -54,22 +46,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Il miglior kebab e carne alla griglia della zona"
|
||||
description="Porzioni abbondanti, ingredienti freschi e qualità che conquista al primo morso."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama ora",
|
||||
href: "tel:+39000000000",
|
||||
},
|
||||
text: "Chiama ora", href: "tel:+39000000000"},
|
||||
{
|
||||
text: "Prenota un tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota un tavolo", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,38 +68,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Carne alla griglia top",
|
||||
description: "Carne tenera, saporita e cotta alla perfezione per un'esperienza unica.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg?_wi=1",
|
||||
title: "Carne alla griglia top", description: "Carne tenera, saporita e cotta alla perfezione per un'esperienza unica.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg", imageAlt: "turkish kebab delicious meat plate"
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=2",
|
||||
imageAlt: "turkish kebab delicious meat plate",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Kebab di qualità",
|
||||
description: "Preparato con ingredienti freschi e seguendo ricette artigianali autentiche.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg?_wi=1",
|
||||
title: "Kebab di qualità", description: "Preparato con ingredienti freschi e seguendo ricette artigianali autentiche.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg", imageAlt: "grilled meat kebab cooking"
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg?_wi=2",
|
||||
imageAlt: "grilled meat kebab cooking",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Locale per famiglie",
|
||||
description: "Ampio spazio, atmosfera accogliente e area dedicata ai bambini.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg",
|
||||
title: "Locale per famiglie", description: "Ampio spazio, atmosfera accogliente e area dedicata ai bambini.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg", imageAlt: "fresh handmade kebab ingredients"
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg?_wi=2",
|
||||
imageAlt: "fresh handmade kebab ingredients",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Perché scegliere noi?"
|
||||
description="Ecco i motivi per cui i clienti tornano sempre a trovarci."
|
||||
@@ -126,40 +101,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
handle: "@marco",
|
||||
testimonial: "Miglior kebab mai mangiato! Qualità incredibile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
id: "1", name: "Marco Rossi", handle: "@marco", testimonial: "Miglior kebab mai mangiato! Qualità incredibile.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giulia Bianchi",
|
||||
handle: "@giulia",
|
||||
testimonial: "Carne alla griglia spettacolare, tornerò sicuramente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
id: "2", name: "Giulia Bianchi", handle: "@giulia", testimonial: "Carne alla griglia spettacolare, tornerò sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
handle: "@luca",
|
||||
testimonial: "Porzioni abbondanti e qualità ottima, servizio veloce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
id: "3", name: "Luca Verdi", handle: "@luca", testimonial: "Porzioni abbondanti e qualità ottima, servizio veloce.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Neri",
|
||||
handle: "@elena",
|
||||
testimonial: "Consigliatissimo per le famiglie, ottimo ambiente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg",
|
||||
id: "4", name: "Elena Neri", handle: "@elena", testimonial: "Consigliatissimo per le famiglie, ottimo ambiente.", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paolo Gialli",
|
||||
handle: "@paolo",
|
||||
testimonial: "Il posto perfetto per un pranzo veloce o cena rilassata.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26174.jpg",
|
||||
},
|
||||
id: "5", name: "Paolo Gialli", handle: "@paolo", testimonial: "Il posto perfetto per un pranzo veloce o cena rilassata.", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-fried-chicken-with-sauce-cafe_1303-26174.jpg"
|
||||
}
|
||||
]}
|
||||
title="Cosa dicono di noi"
|
||||
description="I nostri clienti ci premiano ogni giorno con il loro entusiasmo."
|
||||
@@ -174,41 +129,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Panino Kebab",
|
||||
price: "7,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-with-french-fries-pickles_140725-7382.jpg",
|
||||
id: "1", name: "Panino Kebab", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-with-french-fries-pickles_140725-7382.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Piadina Kebab",
|
||||
price: "8,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150227826.jpg",
|
||||
id: "2", name: "Piadina Kebab", price: "8,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150227826.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Grigliata Mista",
|
||||
price: "18,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-with-tomato-sauce-inside-green-ceramic-plate_114579-1711.jpg",
|
||||
id: "3", name: "Grigliata Mista", price: "18,00 €", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-with-tomato-sauce-inside-green-ceramic-plate_114579-1711.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pizza Speciale",
|
||||
price: "10,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg",
|
||||
id: "4", name: "Pizza Speciale", price: "10,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patatine Fritte",
|
||||
price: "3,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-arrangement_23-2149141329.jpg",
|
||||
id: "5", name: "Patatine Fritte", price: "3,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-arrangement_23-2149141329.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dolce del Giorno",
|
||||
price: "4,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cookies-with-cherries-cookie-dessert-tea-fruit_140725-23007.jpg",
|
||||
},
|
||||
id: "6", name: "Dolce del Giorno", price: "4,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cookies-with-cherries-cookie-dessert-tea-fruit_140725-23007.jpg"
|
||||
}
|
||||
]}
|
||||
title="Il nostro menu"
|
||||
description="Specialità turche, pizze classiche e grigliate preparate al momento."
|
||||
@@ -221,19 +158,13 @@ export default function LandingPage() {
|
||||
title="Qualità e Trasparenza"
|
||||
metrics={[
|
||||
{
|
||||
label: "Anni di passione",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
label: "Anni di passione", value: "10+", icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Clienti felici",
|
||||
value: "5000+",
|
||||
icon: Users,
|
||||
label: "Clienti felici", value: "5000+", icon: Users,
|
||||
},
|
||||
{
|
||||
label: "Piatti serviti",
|
||||
value: "50k+",
|
||||
icon: Utensils,
|
||||
label: "Piatti serviti", value: "50k+", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -244,14 +175,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Vieni a trovarci! Ti aspettiamo per farti scoprire i nostri piatti."
|
||||
buttons={[
|
||||
{
|
||||
text: "Indicazioni su Google Maps",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Indicazioni su Google Maps", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -262,33 +190,21 @@ export default function LandingPage() {
|
||||
logoText="Kebab Pizzeria"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Kebab",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebab", href: "#menu"},
|
||||
{
|
||||
label: "Griglia",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Griglia", href: "#menu"},
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizza", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "tel:+39000000000",
|
||||
},
|
||||
label: "Contatti", href: "tel:+39000000000"},
|
||||
{
|
||||
label: "Orari",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Orari", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user