Merge version_1 into main #2
@@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Facebook, Grape, Instagram, Wine } from "lucide-react";
|
||||
import { Facebook, Grape, Instagram, Wine, WineBottle, Sparkles, Speech } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,39 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menù",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menù", id: "/menu"},
|
||||
{
|
||||
name: "Cantina",
|
||||
id: "/cantina",
|
||||
},
|
||||
name: "Cantina", id: "/cantina"},
|
||||
{
|
||||
name: "Dolci",
|
||||
id: "/dolci",
|
||||
},
|
||||
name: "Dolci", id: "/dolci"},
|
||||
{
|
||||
name: "La Trattoria",
|
||||
id: "/latrattoria",
|
||||
},
|
||||
name: "La Trattoria", id: "/latrattoria"},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "/prenota",
|
||||
},
|
||||
name: "Prenota", id: "/prenota"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti", id: "/contatti"},
|
||||
]}
|
||||
brandName="Trattoria Bar Vittorio Gigagin"
|
||||
button={{
|
||||
text: "Prenota",
|
||||
href: "/prenota",
|
||||
}}
|
||||
text: "Prenota", href: "/prenota"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,33 +56,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "vino-1",
|
||||
name: "Bianchi liguri",
|
||||
price: "A partire da € 20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-wine-bottle_23-2148234895.jpg",
|
||||
imageAlt: "Bottiglie di vino bianco ligure",
|
||||
},
|
||||
id: "vino-1", name: "Bianchi liguri", price: "A partire da € 20", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-wine-bottle_23-2148234895.jpg", imageAlt: "Bottiglie di vino bianco ligure"},
|
||||
{
|
||||
id: "vino-2",
|
||||
name: "Rossi eleganti",
|
||||
price: "A partire da € 22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-water-glass-mushrooms_23-2148270412.jpg",
|
||||
imageAlt: "Bottiglie di vino rosso elegante",
|
||||
},
|
||||
id: "vino-2", name: "Rossi eleganti", price: "A partire da € 22", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-water-glass-mushrooms_23-2148270412.jpg", imageAlt: "Bottiglie di vino rosso elegante"},
|
||||
{
|
||||
id: "vino-3",
|
||||
name: "Bollicine",
|
||||
price: "A partire da € 25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-wine-bottle-label-with-design-space_53876-167287.jpg",
|
||||
imageAlt: "Bottiglie di spumante",
|
||||
},
|
||||
id: "vino-3", name: "Bollicine", price: "A partire da € 25", imageSrc: "http://img.b2bpic.net/free-photo/gold-wine-bottle-label-with-design-space_53876-167287.jpg", imageAlt: "Bottiglie di spumante"},
|
||||
{
|
||||
id: "vino-4",
|
||||
name: "Amari & caffè",
|
||||
price: "A partire da € 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-black-cup-dark-background_84443-94424.jpg",
|
||||
imageAlt: "Selezione di amari e caffè",
|
||||
},
|
||||
id: "vino-4", name: "Amari & caffè", price: "A partire da € 4", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-black-cup-dark-background_84443-94424.jpg", imageAlt: "Selezione di amari e caffè"},
|
||||
]}
|
||||
title="La Nostra Cantina"
|
||||
description="Una carta essenziale, pensata per accompagnare e valorizzare la cucina ligure. Selezione di vini locali, nazionali e bollicine, con un occhio di riguardo agli abbinamenti."
|
||||
@@ -113,33 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Bianchi territoriali",
|
||||
description: "Vermentino, Pigato e altre gemme della nostra regione, ideali con pesce e piatti leggeri.",
|
||||
buttonIcon: "Wine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg",
|
||||
imageAlt: "Dining table setting at wedding reception.",
|
||||
},
|
||||
title: "Bianchi territoriali", description: "Vermentino, Pigato e altre gemme della nostra regione, ideali con pesce e piatti leggeri.", buttonIcon: Wine,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", imageAlt: "Dining table setting at wedding reception."},
|
||||
{
|
||||
title: "Rossi di carattere",
|
||||
description: "Selezioni nazionali per accompagnare carni e primi piatti più strutturati.",
|
||||
buttonIcon: "WineBottle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=3",
|
||||
imageAlt: "Dining table setting at wedding reception.",
|
||||
},
|
||||
title: "Rossi di carattere", description: "Selezioni nazionali per accompagnare carni e primi piatti più strutturati.", buttonIcon: WineBottle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageAlt: "Dining table setting at wedding reception."},
|
||||
{
|
||||
title: "Bollicine per ogni occasione",
|
||||
description: "Per celebrare, per brindare, o semplicemente per gustare un aperitivo raffinato.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg?_wi=3",
|
||||
imageAlt: "Dining table setting at wedding reception.",
|
||||
},
|
||||
title: "Bollicine per ogni occasione", description: "Per celebrare, per brindare, o semplicemente per gustare un aperitivo raffinato.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg", imageAlt: "Dining table setting at wedding reception."},
|
||||
{
|
||||
title: "Consigli esperti",
|
||||
description: "Il nostro personale è a disposizione per suggerirti l'abbinamento ideale per il tuo piatto.",
|
||||
buttonIcon: "Speech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=3",
|
||||
imageAlt: "Dining table setting at wedding reception.",
|
||||
},
|
||||
title: "Consigli esperti", description: "Il nostro personale è a disposizione per suggerirti l'abbinamento ideale per il tuo piatto.", buttonIcon: Speech,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Dining table setting at wedding reception."},
|
||||
]}
|
||||
title="Abbinamenti Perfetti"
|
||||
description="La nostra cantina è stata pensata per valorizzare ogni piatto del menù. Dalle fresche bollicine ideali per il fritto, ai rossi leggeri perfetti con i funghi e i ragù. Lasciati consigliare per un'esperienza enogastronomica completa."
|
||||
@@ -155,14 +103,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram page",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram page"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook page"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Clock, Facebook, Instagram, MapPin } from "lucide-react";
|
||||
import { Clock, Facebook, Instagram, MapPin, Map, Phone, Mail, Euro, Calendar, Concierge, CreditCard, Wheelchair } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,39 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menù",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menù", id: "/menu"},
|
||||
{
|
||||
name: "Cantina",
|
||||
id: "/cantina",
|
||||
},
|
||||
name: "Cantina", id: "/cantina"},
|
||||
{
|
||||
name: "Dolci",
|
||||
id: "/dolci",
|
||||
},
|
||||
name: "Dolci", id: "/dolci"},
|
||||
{
|
||||
name: "La Trattoria",
|
||||
id: "/latrattoria",
|
||||
},
|
||||
name: "La Trattoria", id: "/latrattoria"},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "/prenota",
|
||||
},
|
||||
name: "Prenota", id: "/prenota"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti", id: "/contatti"},
|
||||
]}
|
||||
brandName="Trattoria Bar Vittorio Gigagin"
|
||||
button={{
|
||||
text: "Prenota",
|
||||
href: "/prenota",
|
||||
}}
|
||||
text: "Prenota", href: "/prenota"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,33 +53,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Indirizzo",
|
||||
description: "Via Recroso, 229, 16024 Lumarzo (GE) - C48C+8C",
|
||||
buttonIcon: "Map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg",
|
||||
imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe",
|
||||
},
|
||||
title: "Indirizzo", description: "Via Recroso, 229, 16024 Lumarzo (GE) - C48C+8C", buttonIcon: Map,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"},
|
||||
{
|
||||
title: "Telefono",
|
||||
description: "Chiamaci per prenotazioni o informazioni: 0185 94047",
|
||||
buttonIcon: "Phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=4",
|
||||
imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe",
|
||||
},
|
||||
title: "Telefono", description: "Chiamaci per prenotazioni o informazioni: 0185 94047", buttonIcon: Phone,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"},
|
||||
{
|
||||
title: "Email",
|
||||
description: "Per qualsiasi domanda, scrivici a info@gigagin.it",
|
||||
buttonIcon: "Mail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg?_wi=4",
|
||||
imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe",
|
||||
},
|
||||
title: "Email", description: "Per qualsiasi domanda, scrivici a info@gigagin.it", buttonIcon: Mail,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"},
|
||||
{
|
||||
title: "Prezzo Medio",
|
||||
description: "Un'esperienza gastronomica completa a 30–40 € a persona (vini esclusi).",
|
||||
buttonIcon: "Euro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=4",
|
||||
imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe",
|
||||
},
|
||||
title: "Prezzo Medio", description: "Un'esperienza gastronomica completa a 30–40 € a persona (vini esclusi).", buttonIcon: Euro,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"},
|
||||
]}
|
||||
title="Dove Siamo"
|
||||
description="Ci troviamo nel cuore di Lumarzo, un'oasi di tranquillità per gustare i sapori autentici della Liguria. Facilmente raggiungibile con ampio parcheggio."
|
||||
@@ -110,33 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Orari di Apertura",
|
||||
description: "Lun–Dom: aggiornare orari stagionali. Consigliamo di chiamare per verificare.",
|
||||
buttonIcon: "Calendar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
|
||||
imageAlt: "Man embracing with woman in restaurant",
|
||||
},
|
||||
title: "Orari di Apertura", description: "Lun–Dom: aggiornare orari stagionali. Consigliamo di chiamare per verificare.", buttonIcon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Man embracing with woman in restaurant"},
|
||||
{
|
||||
title: "Servizi Disponibili",
|
||||
description: "Tavoli all’aperto, consumazione sul posto, bar, caffè eccellente e pasti fino a tardi.",
|
||||
buttonIcon: "Concierge",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=5",
|
||||
imageAlt: "Man embracing with woman in restaurant",
|
||||
},
|
||||
title: "Servizi Disponibili", description: "Tavoli all’aperto, consumazione sul posto, bar, caffè eccellente e pasti fino a tardi.", buttonIcon: Concierge,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageAlt: "Man embracing with woman in restaurant"},
|
||||
{
|
||||
title: "Opzioni di Pagamento",
|
||||
description: "Accettiamo carte di credito/debito e pagamenti con NFC per la tua comodità.",
|
||||
buttonIcon: "CreditCard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg?_wi=5",
|
||||
imageAlt: "Man embracing with woman in restaurant",
|
||||
},
|
||||
title: "Opzioni di Pagamento", description: "Accettiamo carte di credito/debito e pagamenti con NFC per la tua comodità.", buttonIcon: CreditCard,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg", imageAlt: "Man embracing with woman in restaurant"},
|
||||
{
|
||||
title: "Accessibilità Completa",
|
||||
description: "Ingresso, tavoli e bagni sono accessibili a persone con disabilità motorie.",
|
||||
buttonIcon: "Wheelchair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=5",
|
||||
imageAlt: "Man embracing with woman in restaurant",
|
||||
},
|
||||
title: "Accessibilità Completa", description: "Ingresso, tavoli e bagni sono accessibili a persone con disabilità motorie.", buttonIcon: Wheelchair,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Man embracing with woman in restaurant"},
|
||||
]}
|
||||
title="Servizi e Orari"
|
||||
description="Offriamo una gamma completa di servizi per rendere la tua visita il più confortevole possibile. Consulta i nostri orari e le opzioni di pagamento."
|
||||
@@ -152,14 +104,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram page",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram page"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook page"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Cake, Facebook, FileText, Instagram, LeafyGreen } from "lucide-react";
|
||||
import { Cake, Facebook, FileText, Instagram, LeafyGreen, Salad, ChefHat, Timer, Heart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,39 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menù",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menù", id: "/menu"},
|
||||
{
|
||||
name: "Cantina",
|
||||
id: "/cantina",
|
||||
},
|
||||
name: "Cantina", id: "/cantina"},
|
||||
{
|
||||
name: "Dolci",
|
||||
id: "/dolci",
|
||||
},
|
||||
name: "Dolci", id: "/dolci"},
|
||||
{
|
||||
name: "La Trattoria",
|
||||
id: "/latrattoria",
|
||||
},
|
||||
name: "La Trattoria", id: "/latrattoria"},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "/prenota",
|
||||
},
|
||||
name: "Prenota", id: "/prenota"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti", id: "/contatti"},
|
||||
]}
|
||||
brandName="Trattoria Bar Vittorio Gigagin"
|
||||
button={{
|
||||
text: "Prenota",
|
||||
href: "/prenota",
|
||||
}}
|
||||
text: "Prenota", href: "/prenota"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,68 +56,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "antipasto-1",
|
||||
name: "Focaccine al formaggio",
|
||||
price: "€ 8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-chicken-pieces-fresh-vegetables-dark-desk_140725-14566.jpg",
|
||||
imageAlt: "Focaccine al formaggio",
|
||||
},
|
||||
id: "antipasto-1", name: "Focaccine al formaggio", price: "€ 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-chicken-pieces-fresh-vegetables-dark-desk_140725-14566.jpg", imageAlt: "Focaccine al formaggio"},
|
||||
{
|
||||
id: "antipasto-2",
|
||||
name: "Focaccine farcite",
|
||||
price: "€ 9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-penne-with-pesto-red-peppers_23-2148361327.jpg",
|
||||
imageAlt: "Focaccine farcite",
|
||||
},
|
||||
id: "antipasto-2", name: "Focaccine farcite", price: "€ 9", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-penne-with-pesto-red-peppers_23-2148361327.jpg", imageAlt: "Focaccine farcite"},
|
||||
{
|
||||
id: "antipasto-3",
|
||||
name: "Antipasto del Gigagin",
|
||||
price: "€ 12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fettuccine-pasta-wooden-table_23-2148305665.jpg",
|
||||
imageAlt: "Antipasto misto",
|
||||
},
|
||||
id: "antipasto-3", name: "Antipasto del Gigagin", price: "€ 12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fettuccine-pasta-wooden-table_23-2148305665.jpg", imageAlt: "Antipasto misto"},
|
||||
{
|
||||
id: "primo-1",
|
||||
name: "Ravioli al ragù (al tuccu)",
|
||||
price: "€ 14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-sauce-bolognese-served-plate-dark-background_1220-7075.jpg",
|
||||
imageAlt: "Ravioli al ragù",
|
||||
},
|
||||
id: "primo-1", name: "Ravioli al ragù (al tuccu)", price: "€ 14", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-sauce-bolognese-served-plate-dark-background_1220-7075.jpg", imageAlt: "Ravioli al ragù"},
|
||||
{
|
||||
id: "primo-2",
|
||||
name: "Taglierini al sugo di funghi",
|
||||
price: "€ 13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-dish-with-tagliatelle-mushrooms_2829-13888.jpg",
|
||||
imageAlt: "Taglierini ai funghi",
|
||||
},
|
||||
id: "primo-2", name: "Taglierini al sugo di funghi", price: "€ 13", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-dish-with-tagliatelle-mushrooms_2829-13888.jpg", imageAlt: "Taglierini ai funghi"},
|
||||
{
|
||||
id: "primo-3",
|
||||
name: "Picagge al pesto",
|
||||
price: "€ 12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-pasta-with-homemade-pesto-sauce_114579-20524.jpg",
|
||||
imageAlt: "Picagge al pesto",
|
||||
},
|
||||
id: "primo-3", name: "Picagge al pesto", price: "€ 12", imageSrc: "http://img.b2bpic.net/free-photo/plate-pasta-with-homemade-pesto-sauce_114579-20524.jpg", imageAlt: "Picagge al pesto"},
|
||||
{
|
||||
id: "secondo-1",
|
||||
name: "Fritto misto del Ligagin",
|
||||
price: "€ 18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-calamari-ring_74190-7583.jpg",
|
||||
imageAlt: "Fritto misto",
|
||||
},
|
||||
id: "secondo-1", name: "Fritto misto del Ligagin", price: "€ 18", imageSrc: "http://img.b2bpic.net/free-photo/fried-calamari-ring_74190-7583.jpg", imageAlt: "Fritto misto"},
|
||||
{
|
||||
id: "secondo-2",
|
||||
name: "Fritto misto alla genovese",
|
||||
price: "€ 19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-fries-salad-meat_23-2148374890.jpg",
|
||||
imageAlt: "Fritto misto alla genovese",
|
||||
},
|
||||
id: "secondo-2", name: "Fritto misto alla genovese", price: "€ 19", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-fries-salad-meat_23-2148374890.jpg", imageAlt: "Fritto misto alla genovese"},
|
||||
{
|
||||
id: "secondo-3",
|
||||
name: "Manzo al miele",
|
||||
price: "€ 16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-13977.jpg",
|
||||
imageAlt: "Manzo al miele",
|
||||
},
|
||||
id: "secondo-3", name: "Manzo al miele", price: "€ 16", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ravioli-with-tomato-sauce-dill_2829-13977.jpg", imageAlt: "Manzo al miele"},
|
||||
]}
|
||||
title="Il Nostro Menù"
|
||||
description="Una selezione curata di antipasti, primi e secondi piatti, espressione della più autentica tradizione ligure. Piatti preparati al momento con ingredienti freschi e di stagione."
|
||||
@@ -150,47 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "dolce-1",
|
||||
name: "Crema di mascarpone e frutti di bosco",
|
||||
price: "€ 7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-cupcake-with-cream_169016-1610.jpg",
|
||||
imageAlt: "Crema di mascarpone",
|
||||
},
|
||||
id: "dolce-1", name: "Crema di mascarpone e frutti di bosco", price: "€ 7", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-cupcake-with-cream_169016-1610.jpg", imageAlt: "Crema di mascarpone"},
|
||||
{
|
||||
id: "dolce-2",
|
||||
name: "Millefoglie di mandorle e fragole",
|
||||
price: "€ 8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-tart-plate_23-2147984199.jpg",
|
||||
imageAlt: "Millefoglie",
|
||||
},
|
||||
id: "dolce-2", name: "Millefoglie di mandorle e fragole", price: "€ 8", imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-tart-plate_23-2147984199.jpg", imageAlt: "Millefoglie"},
|
||||
{
|
||||
id: "dolce-3",
|
||||
name: "Panna cotta alla salsa calda di miele",
|
||||
price: "€ 6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg",
|
||||
imageAlt: "Panna cotta",
|
||||
},
|
||||
id: "dolce-3", name: "Panna cotta alla salsa calda di miele", price: "€ 6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg", imageAlt: "Panna cotta"},
|
||||
{
|
||||
id: "dolce-4",
|
||||
name: "Tiramisù",
|
||||
price: "€ 7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-drinks-with-cream_23-2148349614.jpg",
|
||||
imageAlt: "Tiramisù",
|
||||
},
|
||||
id: "dolce-4", name: "Tiramisù", price: "€ 7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-drinks-with-cream_23-2148349614.jpg", imageAlt: "Tiramisù"},
|
||||
{
|
||||
id: "dolce-5",
|
||||
name: "Parfait",
|
||||
price: "€ 7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-deloicious-frozen-fruit-yogurt_23-2148759714.jpg",
|
||||
imageAlt: "Parfait",
|
||||
},
|
||||
id: "dolce-5", name: "Parfait", price: "€ 7", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-deloicious-frozen-fruit-yogurt_23-2148759714.jpg", imageAlt: "Parfait"},
|
||||
{
|
||||
id: "dolce-6",
|
||||
name: "Crostatina calda ai frutti di bosco",
|
||||
price: "€ 7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-sliced-fresh-strawberries-inside-white-plate-along-with-cinnamon-brown-desk-fruit-cake_140725-22822.jpg",
|
||||
imageAlt: "Crostatina",
|
||||
},
|
||||
id: "dolce-6", name: "Crostatina calda ai frutti di bosco", price: "€ 7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-sliced-fresh-strawberries-inside-white-plate-along-with-cinnamon-brown-desk-fruit-cake_140725-22822.jpg", imageAlt: "Crostatina"},
|
||||
]}
|
||||
title="I Nostri Dolci"
|
||||
description="Dove finisce la cena, comincia il ricordo. Le nostre 'opere d'arte' dolciarie, perfette per concludere in bellezza la tua esperienza gastronomica."
|
||||
@@ -205,33 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Freschezza garantita",
|
||||
description: "Ingredienti di stagione, provenienti da produttori locali. La base della nostra eccellenza.",
|
||||
buttonIcon: "Salad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383185.jpg",
|
||||
imageAlt: "Couple having dinner on valentines day",
|
||||
},
|
||||
title: "Freschezza garantita", description: "Ingredienti di stagione, provenienti da produttori locali. La base della nostra eccellenza.", buttonIcon: Salad,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383185.jpg", imageAlt: "Couple having dinner on valentines day"},
|
||||
{
|
||||
title: "Ricette tradizionali",
|
||||
description: "Ogni piatto celebra la storia culinaria ligure, con un tocco personale del nostro chef.",
|
||||
buttonIcon: "ChefHat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=2",
|
||||
imageAlt: "Couple having dinner on valentines day",
|
||||
},
|
||||
title: "Ricette tradizionali", description: "Ogni piatto celebra la storia culinaria ligure, con un tocco personale del nostro chef.", buttonIcon: ChefHat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageAlt: "Couple having dinner on valentines day"},
|
||||
{
|
||||
title: "Cottura perfetta",
|
||||
description: "Rispetto dei tempi di cottura per esaltare ogni sapore e texture.",
|
||||
buttonIcon: "Timer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg?_wi=2",
|
||||
imageAlt: "Couple having dinner on valentines day",
|
||||
},
|
||||
title: "Cottura perfetta", description: "Rispetto dei tempi di cottura per esaltare ogni sapore e texture.", buttonIcon: Timer,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg", imageAlt: "Couple having dinner on valentines day"},
|
||||
{
|
||||
title: "Esperienza completa",
|
||||
description: "Dal primo all'ultimo boccone, un'armonia di sapori che ti farà innamorare.",
|
||||
buttonIcon: "Heart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=2",
|
||||
imageAlt: "Couple having dinner on valentines day",
|
||||
},
|
||||
title: "Esperienza completa", description: "Dal primo all'ultimo boccone, un'armonia di sapori che ti farà innamorare.", buttonIcon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Couple having dinner on valentines day"},
|
||||
]}
|
||||
title="La Filosofia del Menù"
|
||||
description="Il nostro menù è un viaggio attraverso i sapori autentici della Liguria, con un tocco di innovazione e passione. Ogni ingrediente è selezionato con cura per garantire freschezza e qualità, rispettando la stagionalità per offrirti sempre il meglio."
|
||||
@@ -247,14 +140,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram page",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram page"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook page"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user