Merge version_1 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Recensioni", id: "reviews"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="ISTANBUL VILLASANTA"
|
||||
button={{
|
||||
text: "Ordina ora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Ordina ora", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,14 +51,8 @@ export default function LandingPage() {
|
||||
title="Il miglior kebab di Villasanta."
|
||||
description="Pane caldo, carne abbondante, sapore vero. Qui si torna. Sempre."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ordina ora",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Scopri il menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Ordina ora", href: "#contact" },
|
||||
{ text: "Scopri il menu", href: "#menu" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/salad-with-arugula-greens-orange-tomato-with-bread-pastry_140725-10999.jpg"
|
||||
imageAlt="Slow-motion kebab slicing with flame grill"
|
||||
@@ -83,10 +67,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"“Uno dei panini kebab più buoni mai mangiati.”",
|
||||
"“Ragazzi gentilissimi.”",
|
||||
"“Porzioni generose e sapore incredibile.”",
|
||||
]}
|
||||
"“Uno dei panini kebab più buoni mai mangiati.”", "“Ragazzi gentilissimi.”", "“Porzioni generose e sapore incredibile.”"]}
|
||||
title="Amato da chi lo prova. Consigliato da tutti."
|
||||
description="⭐⭐⭐⭐⭐ \"Uno dei panini kebab più buoni mai mangiati.\" \"Ragazzi gentilissimi.\" \"Porzioni generose e sapore incredibile.\""
|
||||
showCard={false}
|
||||
@@ -100,62 +81,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "abbondante",
|
||||
title: "ABBONDANTE",
|
||||
description: "Pane pieno, carne vera. Non risparmiamo mai sulle porzioni.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg",
|
||||
imageAlt: "Generous kebab dish",
|
||||
},
|
||||
id: "abbondante", title: "ABBONDANTE", description: "Pane pieno, carne vera. Non risparmiamo mai sulle porzioni.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg", imageAlt: "Generous kebab dish"},
|
||||
items: [
|
||||
{
|
||||
icon: Package,
|
||||
text: "Porzioni Generose",
|
||||
},
|
||||
text: "Porzioni Generose"},
|
||||
{
|
||||
icon: Beef,
|
||||
text: "Carne Abbondante",
|
||||
},
|
||||
text: "Carne Abbondante"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "saporito",
|
||||
title: "SAPORITO",
|
||||
description: "Spezie autentiche, carne succosa, gusto intenso.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-with-vegetables-salad_140725-3420.jpg",
|
||||
imageAlt: "Sizzling spiced kebab meat",
|
||||
},
|
||||
id: "saporito", title: "SAPORITO", description: "Spezie autentiche, carne succosa, gusto intenso.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-with-vegetables-salad_140725-3420.jpg", imageAlt: "Sizzling spiced kebab meat"},
|
||||
items: [
|
||||
{
|
||||
icon: Spice,
|
||||
text: "Spezie Autentiche",
|
||||
},
|
||||
text: "Spezie Autentiche"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Gusto Intenso",
|
||||
},
|
||||
text: "Gusto Intenso"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "accogliente",
|
||||
title: "ACCOGLIENTE",
|
||||
description: "Qui vieni trattato come uno di casa.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865361.jpg",
|
||||
imageAlt: "Smiling friendly restaurant staff",
|
||||
},
|
||||
id: "accogliente", title: "ACCOGLIENTE", description: "Qui vieni trattato come uno di casa.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865361.jpg", imageAlt: "Smiling friendly restaurant staff"},
|
||||
items: [
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Servizio Amichevole",
|
||||
},
|
||||
text: "Servizio Amichevole"},
|
||||
{
|
||||
icon: Smile,
|
||||
text: "Atmosfera Calda",
|
||||
},
|
||||
text: "Atmosfera Calda"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -173,41 +133,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "kebap-panino",
|
||||
name: "Kebap Panino",
|
||||
price: "€ 7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-setting-with-mixed-combination-food_140725-10145.jpg",
|
||||
imageAlt: "Delicious kebab sandwich",
|
||||
},
|
||||
id: "kebap-panino", name: "Kebap Panino", price: "€ 7.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-setting-with-mixed-combination-food_140725-10145.jpg", imageAlt: "Delicious kebab sandwich"},
|
||||
{
|
||||
id: "pizza-margherita",
|
||||
name: "Pizza Margherita",
|
||||
price: "€ 8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946416.jpg",
|
||||
imageAlt: "Classic margherita pizza",
|
||||
},
|
||||
id: "pizza-margherita", name: "Pizza Margherita", price: "€ 8.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946416.jpg", imageAlt: "Classic margherita pizza"},
|
||||
{
|
||||
id: "cotoletta",
|
||||
name: "Cotoletta con patatine",
|
||||
price: "€ 10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-kfc-style-with-french-fries-mayonnaise-ketchup-vegetable-salad_114579-936.jpg",
|
||||
imageAlt: "Crispy chicken cutlet with fries",
|
||||
},
|
||||
id: "cotoletta", name: "Cotoletta con patatine", price: "€ 10.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-kfc-style-with-french-fries-mayonnaise-ketchup-vegetable-salad_114579-936.jpg", imageAlt: "Crispy chicken cutlet with fries"},
|
||||
{
|
||||
id: "piadina-kebap",
|
||||
name: "Piadina Kebap",
|
||||
price: "€ 7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picnic-wholewheat-sandwiches-cutting-board_53876-104569.jpg",
|
||||
imageAlt: "Rolled piadina with kebab",
|
||||
},
|
||||
id: "piadina-kebap", name: "Piadina Kebap", price: "€ 7.50", imageSrc: "http://img.b2bpic.net/free-photo/picnic-wholewheat-sandwiches-cutting-board_53876-104569.jpg", imageAlt: "Rolled piadina with kebab"},
|
||||
]}
|
||||
title="Pizza, Kebap & molto di più"
|
||||
description="Scopri la nostra selezione di specialità, preparate con ingredienti freschi e passione autentica. Dal kebab tradizionale alle pizze classiche e piatti completi, c'è qualcosa per tutti i gusti."
|
||||
buttons={[
|
||||
{
|
||||
text: "Vedi menu completo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Vedi menu completo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,59 +158,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luca R.",
|
||||
handle: "@Lucaross",
|
||||
testimonial: "In assoluto il miglior kebab che ho provato. Non delude mai!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg",
|
||||
imageAlt: "Happy customer Luca R.",
|
||||
},
|
||||
id: "1", name: "Luca R.", handle: "@Lucaross", testimonial: "In assoluto il miglior kebab che ho provato. Non delude mai!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg", imageAlt: "Happy customer Luca R."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara V.",
|
||||
handle: "@Saravilla",
|
||||
testimonial: "Ragazzi gentilissimi, torneremo sicuramente. Porzioni generose e tutto molto buono.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg",
|
||||
imageAlt: "Satisfied customer Sara V.",
|
||||
},
|
||||
id: "2", name: "Sara V.", handle: "@Saravilla", testimonial: "Ragazzi gentilissimi, torneremo sicuramente. Porzioni generose e tutto molto buono.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg", imageAlt: "Satisfied customer Sara V."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco D.",
|
||||
handle: "@Marcdes",
|
||||
testimonial: "Kebab migliore della Lombardia! Ingredienti freschi e sapore autentico, una garanzia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-green-t-shirt-eating-apple_114579-27439.jpg",
|
||||
imageAlt: "Delighted customer Marco D.",
|
||||
},
|
||||
id: "3", name: "Marco D.", handle: "@Marcdes", testimonial: "Kebab migliore della Lombardia! Ingredienti freschi e sapore autentico, una garanzia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-green-t-shirt-eating-apple_114579-27439.jpg", imageAlt: "Delighted customer Marco D."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Giulia P.",
|
||||
handle: "@Giuliapini",
|
||||
testimonial: "Porzioni veramente generose e una qualità impeccabile. Il mio posto preferito a Villasanta.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20333.jpg",
|
||||
imageAlt: "Happy customer Giulia P.",
|
||||
},
|
||||
id: "4", name: "Giulia P.", handle: "@Giuliapini", testimonial: "Porzioni veramente generose e una qualità impeccabile. Il mio posto preferito a Villasanta.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20333.jpg", imageAlt: "Happy customer Giulia P."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Andrea G.",
|
||||
handle: "@Andreageo",
|
||||
testimonial: "Servizio super veloce e sempre con il sorriso. Consigliatissimo a tutti!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg",
|
||||
imageAlt: "Customer Andrea G.",
|
||||
},
|
||||
id: "5", name: "Andrea G.", handle: "@Andreageo", testimonial: "Servizio super veloce e sempre con il sorriso. Consigliatissimo a tutti!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg", imageAlt: "Customer Andrea G."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Elena S.",
|
||||
handle: "@Elenaspaz",
|
||||
testimonial: "Sapori che non dimentichi, il vero kebab come in Turchia. Eccezionale!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg",
|
||||
imageAlt: "Customer Elena S.",
|
||||
},
|
||||
id: "6", name: "Elena S.", handle: "@Elenaspaz", testimonial: "Sapori che non dimentichi, il vero kebab come in Turchia. Eccezionale!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg", imageAlt: "Customer Elena S."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Cosa dicono i clienti"
|
||||
@@ -286,9 +188,7 @@ export default function LandingPage() {
|
||||
title="Mangia qui o porta via. Hai fame adesso?"
|
||||
description="Vieni a trovarci nel nostro locale con tavoli interni ed esterni per un'esperienza autentica. Offriamo takeaway veloce e consegna disponibile per gustare i nostri sapori dove vuoi tu. Non è solo cibo: è il sorriso dietro il bancone, il panino pieno che non riesci a finire, e quella voglia di tornare il giorno dopo. Se hai fame vera, sei nel posto giusto!\n\nChiama ora: +39 039 1234567"
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Il tuo messaggio (opzionale)",
|
||||
}}
|
||||
name: "message", placeholder: "Il tuo messaggio (opzionale)"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blank-white-paper-tea-cup-various-traveler-accessories-wooden-background_23-2147950773.jpg"
|
||||
imageAlt="Restaurant interior with map overlay"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -302,37 +202,23 @@ export default function LandingPage() {
|
||||
logoText="ISTANBUL VILLASANTA"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Kebap",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebap", href: "#menu"},
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizza", href: "#menu"},
|
||||
{
|
||||
label: "Secondi",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Secondi", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Dove siamo",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Dove siamo", href: "#contact"},
|
||||
{
|
||||
label: "Contattaci",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contattaci", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user