Update src/app/page.tsx
This commit is contained in:
298
src/app/page.tsx
298
src/app/page.tsx
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Headphones, Music, Sparkles, Users } from "lucide-react";
|
||||
import { Headphones, Music, Sparkles, Users, Guitar, GlassWater, Martini, Bottle, HeartHandshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,35 +31,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Storia",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Storia", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Esperienza",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Esperienza", id: "#experience"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Recensioni", id: "#reviews"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contatti", id: "#contact"},
|
||||
]}
|
||||
brandName="Gighi's"
|
||||
button={{
|
||||
text: "Prenota Ora",
|
||||
href: "https://wa.me/39XXXXXXXXXX",
|
||||
}}
|
||||
text: "Prenota Ora", href: "https://wa.me/39XXXXXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,16 +56,12 @@ export default function LandingPage() {
|
||||
description="Mexican vibes in Jesolo. Sapori autentici, cocktail unici e atmosfera conviviale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "https://wa.me/39XXXXXXXXXX",
|
||||
},
|
||||
text: "Prenota ora", href: "https://wa.me/39XXXXXXXXXX"},
|
||||
{
|
||||
text: "Vedi menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Vedi menu", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg"
|
||||
videoAriaLabel="Video di Gighi's: cucina, cocktail e atmosfera serale"
|
||||
showDimOverlay={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg"
|
||||
@@ -92,7 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="La Nostra Storia: Passione e Tradizione Messicana"
|
||||
description="Da un sogno di portare l'autentico spirito messicano a Jesolo, nasce Gighi's. Ogni sorso di tequila e ogni morso di taco racconta una storia di passione, convivialità e notti indimenticabili. Unisciti a noi per un viaggio sensoriale tra sapori vivaci e ritmi latini."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg"
|
||||
imageAlt="Interno accogliente del ristorante Gighi's"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,67 +84,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "tacos",
|
||||
brand: "Classici",
|
||||
name: "Tacos Al Pastor",
|
||||
price: "€12",
|
||||
rating: 5,
|
||||
reviewCount: "240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg?_wi=1",
|
||||
imageAlt: "Tacos Al Pastor",
|
||||
},
|
||||
id: "tacos", brand: "Classici", name: "Tacos Al Pastor", price: "€12", rating: 5,
|
||||
reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg", imageAlt: "Tacos Al Pastor"},
|
||||
{
|
||||
id: "burritos",
|
||||
brand: "Ricchi",
|
||||
name: "Carne Asada Burritos",
|
||||
price: "€16",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg",
|
||||
imageAlt: "Carne Asada Burritos",
|
||||
},
|
||||
id: "burritos", brand: "Ricchi", name: "Carne Asada Burritos", price: "€16", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg", imageAlt: "Carne Asada Burritos"},
|
||||
{
|
||||
id: "nachos",
|
||||
brand: "Da Condividere",
|
||||
name: "Super Nachos Gighi's",
|
||||
price: "€14",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-nachos-tortilla-chips-plate-with-mexican-tacos-cutting-board_23-2148042538.jpg",
|
||||
imageAlt: "Super Nachos",
|
||||
},
|
||||
id: "nachos", brand: "Da Condividere", name: "Super Nachos Gighi's", price: "€14", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-nachos-tortilla-chips-plate-with-mexican-tacos-cutting-board_23-2148042538.jpg", imageAlt: "Super Nachos"},
|
||||
{
|
||||
id: "cocktail",
|
||||
brand: "Signature",
|
||||
name: "Margarita Clásica",
|
||||
price: "€10",
|
||||
rating: 5,
|
||||
reviewCount: "280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-drinks-macro-shot_53876-42484.jpg",
|
||||
imageAlt: "Margarita Clásica",
|
||||
},
|
||||
id: "cocktail", brand: "Signature", name: "Margarita Clásica", price: "€10", rating: 5,
|
||||
reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-drinks-macro-shot_53876-42484.jpg", imageAlt: "Margarita Clásica"},
|
||||
{
|
||||
id: "enchiladas",
|
||||
brand: "Saporite",
|
||||
name: "Enchiladas Verdes",
|
||||
price: "€15",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159756.jpg",
|
||||
imageAlt: "Enchiladas Verdes",
|
||||
},
|
||||
id: "enchiladas", brand: "Saporite", name: "Enchiladas Verdes", price: "€15", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159756.jpg", imageAlt: "Enchiladas Verdes"},
|
||||
{
|
||||
id: "mezcal",
|
||||
brand: "Esclusivi",
|
||||
name: "Mezcal Tasting",
|
||||
price: "€25",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267852.jpg",
|
||||
imageAlt: "Mezcal Tasting",
|
||||
},
|
||||
id: "mezcal", brand: "Esclusivi", name: "Mezcal Tasting", price: "€25", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267852.jpg", imageAlt: "Mezcal Tasting"},
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
description="Esplora i sapori vibranti del Messico, dai nostri iconici tacos ai cocktail d'autore che accendono la serata."
|
||||
@@ -176,79 +117,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Musica Live & DJ Set",
|
||||
description: "Lasciati trasportare dai ritmi caldi della musica latina, con serate live e DJ set che accendono l'atmosfera fino a tarda notte.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244941.jpg",
|
||||
imageAlt: "Persone che ballano in un bar messicano",
|
||||
},
|
||||
title: "Musica Live & DJ Set", description: "Lasciati trasportare dai ritmi caldi della musica latina, con serate live e DJ set che accendono l'atmosfera fino a tarda notte.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244941.jpg", imageAlt: "Persone che ballano in un bar messicano"},
|
||||
items: [
|
||||
{
|
||||
icon: Music,
|
||||
text: "Selezione musicale curata",
|
||||
},
|
||||
text: "Selezione musicale curata"},
|
||||
{
|
||||
icon: Headphones,
|
||||
text: "DJ set esclusivi",
|
||||
},
|
||||
text: "DJ set esclusivi"},
|
||||
{
|
||||
icon: Guitar,
|
||||
text: "Serate con musica dal vivo",
|
||||
},
|
||||
text: "Serate con musica dal vivo"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=2",
|
||||
imageAlt: "live Latin music band restaurant bar",
|
||||
},
|
||||
{
|
||||
title: "Cocktail Bar d'Autore",
|
||||
description: "I nostri esperti mixologist creano cocktail innovativi e classici messicani, perfetti per accompagnare i tuoi tacos o semplicemente per goderti un drink con gli amici.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-with-treats-halloween_23-2148603663.jpg",
|
||||
imageAlt: "Bartender che prepara cocktail in un bar con luci neon",
|
||||
},
|
||||
title: "Cocktail Bar d'Autore", description: "I nostri esperti mixologist creano cocktail innovativi e classici messicani, perfetti per accompagnare i tuoi tacos o semplicemente per goderti un drink con gli amici.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-with-treats-halloween_23-2148603663.jpg", imageAlt: "Bartender che prepara cocktail in un bar con luci neon"},
|
||||
items: [
|
||||
{
|
||||
icon: GlassWater,
|
||||
text: "Margarita iconici",
|
||||
},
|
||||
text: "Margarita iconici"},
|
||||
{
|
||||
icon: Martini,
|
||||
text: "Cocktail creativi",
|
||||
},
|
||||
text: "Cocktail creativi"},
|
||||
{
|
||||
icon: Bottle,
|
||||
text: "Ampia selezione di Tequila & Mezcal",
|
||||
},
|
||||
text: "Ampia selezione di Tequila & Mezcal"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=2",
|
||||
imageAlt: "live Latin music band restaurant bar",
|
||||
},
|
||||
{
|
||||
title: "Vibe Notturno & Conviviale",
|
||||
description: "L'illuminazione soffusa, gli arredi autentici e l'energia dei nostri ospiti creano un ambiente perfetto per una serata tra amici, una celebrazione o un appuntamento speciale.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370374.jpg",
|
||||
imageAlt: "Gruppo di amici che si godono una serata in un bar messicano",
|
||||
},
|
||||
title: "Vibe Notturno & Conviviale", description: "L'illuminazione soffusa, gli arredi autentici e l'energia dei nostri ospiti creano un ambiente perfetto per una serata tra amici, una celebrazione o un appuntamento speciale.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370374.jpg", imageAlt: "Gruppo di amici che si godono una serata in un bar messicano"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Ideale per gruppi",
|
||||
},
|
||||
text: "Ideale per gruppi"},
|
||||
{
|
||||
icon: HeartHandshake,
|
||||
text: "Atmosfera accogliente",
|
||||
},
|
||||
text: "Atmosfera accogliente"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Eventi e serate a tema",
|
||||
},
|
||||
text: "Eventi e serate a tema"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg?_wi=2",
|
||||
imageAlt: "live Latin music band restaurant bar",
|
||||
},
|
||||
]}
|
||||
title="L'Esperienza Gighi's: Notte, Musica, Sapori"
|
||||
@@ -264,64 +178,28 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Giorgia R.",
|
||||
role: "Food Blogger",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-dessert-near-cup-table-cafe_23-2148071637.jpg",
|
||||
imageAlt: "Recensione di Giorgia R.",
|
||||
},
|
||||
id: "1", name: "Giorgia R.", role: "Food Blogger", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-dessert-near-cup-table-cafe_23-2148071637.jpg", imageAlt: "Recensione di Giorgia R."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco V.",
|
||||
role: "Cliente Frequente",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-eating-ice-cream-waffle-cup-cafe_1153-8266.jpg",
|
||||
imageAlt: "Recensione di Marco V.",
|
||||
},
|
||||
id: "2", name: "Marco V.", role: "Cliente Frequente", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-eating-ice-cream-waffle-cup-cafe_1153-8266.jpg", imageAlt: "Recensione di Marco V."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elisa P.",
|
||||
role: "Esperta di Cocktail",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-sitting-table_23-2147810816.jpg",
|
||||
imageAlt: "Recensione di Elisa P.",
|
||||
},
|
||||
id: "3", name: "Elisa P.", role: "Esperta di Cocktail", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-sitting-table_23-2147810816.jpg", imageAlt: "Recensione di Elisa P."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca M.",
|
||||
role: "Amante della Cucina",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
|
||||
imageAlt: "Recensione di Luca M.",
|
||||
},
|
||||
id: "4", name: "Luca M.", role: "Amante della Cucina", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg", imageAlt: "Recensione di Luca M."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sara B.",
|
||||
role: "Turista in Visita",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
|
||||
imageAlt: "Recensione di Sara B.",
|
||||
},
|
||||
id: "5", name: "Sara B.", role: "Turista in Visita", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg", imageAlt: "Recensione di Sara B."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5 Stelle",
|
||||
label: "Recensioni Medie",
|
||||
},
|
||||
value: "5 Stelle", label: "Recensioni Medie"},
|
||||
{
|
||||
value: "+200",
|
||||
label: "Cocktail Creati",
|
||||
},
|
||||
value: "+200", label: "Cocktail Creati"},
|
||||
{
|
||||
value: "+10K",
|
||||
label: "Tacos Serviti",
|
||||
},
|
||||
value: "+10K", label: "Tacos Serviti"},
|
||||
]}
|
||||
title="Dicono di Noi"
|
||||
description="Le voci dei nostri ospiti raccontano la magia di Gighi's. Scopri perché siamo il punto di riferimento per l'autentica esperienza messicana a Jesolo, con recensioni che parlano di sapori unici e atmosfera indimenticabile."
|
||||
@@ -335,46 +213,26 @@ export default function LandingPage() {
|
||||
description="Siamo nel cuore di Jesolo, pronti ad accoglierti per una serata indimenticabile. Gighi's ti aspetta per trasportarti direttamente in Messico, dalla cena al dopocena.\n\n📍 Via Verdi, 10, Jesolo (VE)\n⏰ Orari: Mer-Dom, 19:00 - 02:00\n📞 Telefono: +39 0421 XXXXXX\n✉️ Email: info@gighis.it"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome e Cognome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nome e Cognome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefono",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Telefono", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Data",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Data", required: true,
|
||||
},
|
||||
{
|
||||
name: "time",
|
||||
type: "time",
|
||||
placeholder: "Ora",
|
||||
required: true,
|
||||
name: "time", type: "time", placeholder: "Ora", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "N. Ospiti",
|
||||
required: true,
|
||||
name: "guests", type: "number", placeholder: "N. Ospiti", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Richieste speciali (es. allergie, compleanni)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Richieste speciali (es. allergie, compleanni)", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/starting-point-map-tour-guide_23-2148232408.jpg"
|
||||
@@ -391,49 +249,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Storia",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Storia", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Esperienza",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Esperienza", href: "#experience"},
|
||||
{
|
||||
label: "Recensioni",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Recensioni", href: "#reviews"},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contatti", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/39XXXXXXXXXX",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/39XXXXXXXXXX"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/gighis_jesolo",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/gighis_jesolo"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/gighis_jesolo",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/gighis_jesolo"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user