Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f89e901a3b | |||
| 809b929385 |
571
src/app/page.tsx
571
src/app/page.tsx
@@ -2,366 +2,247 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import { Facebook, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menù",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Cocktails",
|
||||
id: "cocktails",
|
||||
},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Don Camillo"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menù", id: "menu"},
|
||||
{
|
||||
name: "Cocktails", id: "cocktails"},
|
||||
{
|
||||
name: "Prenota", id: "contact"},
|
||||
]}
|
||||
brandName="Don Camillo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Il gusto che trasforma ogni serata."
|
||||
description="Hamburger gourmet, cocktail signature, birre artigianali e atmosfera unica nel cuore di Falciano."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi",
|
||||
handle: "@marco",
|
||||
testimonial: "Ottima scelta di cocktail con tantissimi gin.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-food_23-2149143975.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Bianchi",
|
||||
handle: "@elena",
|
||||
testimonial: "Hamburger buonissimi e atmosfera accogliente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-drinking-laughing-restaurant_23-2149316762.jpg",
|
||||
},
|
||||
{
|
||||
name: "Luca Verdi",
|
||||
handle: "@luca",
|
||||
testimonial: "Bellissimo locale, ragazzi gentilissimi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sara Neri",
|
||||
handle: "@sara",
|
||||
testimonial: "Perfetto per aperitivi e serate.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg",
|
||||
},
|
||||
{
|
||||
name: "Giulia Blu",
|
||||
handle: "@giulia",
|
||||
testimonial: "Locale curatissimo, staff top.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-talking_23-2148436139.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota Ora",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Scopri il Menù",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg"
|
||||
imageAlt="Locale serale con burger e cocktail"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg",
|
||||
alt: "Cliente sorridente al bar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
|
||||
alt: "Gruppo di amici al bancone",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-after-work-pub_53876-25156.jpg",
|
||||
alt: "Cliente soddisfatto al pub",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinks-cocktail-bar_641386-403.jpg",
|
||||
alt: "Donna che sorseggia cocktail",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-diverse-friends-having-drinks_23-2148212395.jpg",
|
||||
alt: "Clienti al tavolo",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hamburger Gourmet",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mixology Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atmosfera Chic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eventi Live",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Selezione Gin",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Il gusto che trasforma ogni serata."
|
||||
description="Hamburger gourmet, cocktail signature, birre artigianali e atmosfera unica nel cuore di Falciano."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi", handle: "@marco", testimonial: "Ottima scelta di cocktail con tantissimi gin.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1563718044732-7c706c2714ba?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Elena Bianchi", handle: "@elena", testimonial: "Hamburger buonissimi e atmosfera accogliente.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7ed7b6360fd?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Luca Verdi", handle: "@luca", testimonial: "Bellissimo locale, ragazzi gentilissimi.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1551025503-452f14441b80?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sara Neri", handle: "@sara", testimonial: "Perfetto per aperitivi e serate.", rating: 4,
|
||||
imageSrc: "https://images.unsplash.com/photo-1522045610264-a15f07a0c0a6?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Giulia Blu", handle: "@giulia", testimonial: "Locale curatissimo, staff top.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1571091718767-18b5b1457add?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota Ora", href: "#contact"},
|
||||
{
|
||||
text: "Scopri il Menù", href: "#menu"},
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1603064752734-ce6192a6bff5?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Locale serale con burger e cocktail"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg", alt: "Cliente sorridente al bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg", alt: "Gruppo di amici al bancone"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-after-work-pub_53876-25156.jpg", alt: "Cliente soddisfatto al pub"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinks-cocktail-bar_641386-403.jpg", alt: "Donna che sorseggia cocktail"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-diverse-friends-having-drinks_23-2148212395.jpg", alt: "Clienti al tavolo"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Hamburger Gourmet"},
|
||||
{
|
||||
type: "text", text: "Mixology Premium"},
|
||||
{
|
||||
type: "text", text: "Atmosfera Chic"},
|
||||
{
|
||||
type: "text", text: "Eventi Live"},
|
||||
{
|
||||
type: "text", text: "Selezione Gin"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Chi Siamo"
|
||||
description={[
|
||||
"Don Camillo Taste è un punto di ritrovo moderno e accogliente nel cuore di Falciano. Siamo uno staff giovane, cordiale e appassionato dedicato alla qualità.",
|
||||
"La nostra missione è offrire un'esperienza sensoriale completa, dove la cura per i dettagli si sposa con il calore dell'ospitalità locale.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Chi Siamo"
|
||||
description={[
|
||||
"Don Camillo Taste è un punto di ritrovo moderno e accogliente nel cuore di Falciano. Siamo uno staff giovane, cordiale e appassionato dedicato alla qualità.", "La nostra missione è offrire un'esperienza sensoriale completa, dove la cura per i dettagli si sposa con il calore dell'ospitalità locale."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Burger",
|
||||
name: "Don Camillo Burger",
|
||||
price: "14,50€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Club",
|
||||
name: "Super Club Sandwich",
|
||||
price: "12,00€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Burger",
|
||||
name: "Doppio Pollo Croccante",
|
||||
price: "13,50€",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Dolci",
|
||||
name: "Pancake Frutta Fresca",
|
||||
price: "8,00€",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-fast-food_23-2149333957.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Veg",
|
||||
name: "Tagliere Vegetariano",
|
||||
price: "15,00€",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Salad",
|
||||
name: "Creta Salad",
|
||||
price: "11,00€",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637303.jpg",
|
||||
},
|
||||
]}
|
||||
title="Il Nostro Menù"
|
||||
description="Esplora le nostre creazioni gourmet, dai burger signature ai cocktail raffinati."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Burger", name: "Don Camillo Burger", price: "14,50€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1568901346379-8ce8e8417c5b?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "Club", name: "Super Club Sandwich", price: "12,00€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1549884523-23a547214e21?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "p3", brand: "Burger", name: "Doppio Pollo Croccante", price: "13,50€", rating: 4,
|
||||
reviewCount: "92", imageSrc: "https://images.unsplash.com/photo-1571091718767-18b5b1457add?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
id: "p4", brand: "Dolci", name: "Pancake Frutta Fresca", price: "8,00€", rating: 5,
|
||||
reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1627885237817-0248c5a4d952?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "p5", brand: "Veg", name: "Tagliere Vegetariano", price: "15,00€", rating: 4,
|
||||
reviewCount: "60", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a42322?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "p6", brand: "Salad", name: "Creta Salad", price: "11,00€", rating: 5,
|
||||
reviewCount: "30", imageSrc: "https://images.unsplash.com/photo-1540189549336-e6191b66289b?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
]}
|
||||
title="Il Nostro Menù"
|
||||
description="Esplora le nostre creazioni gourmet, dai burger signature ai cocktail raffinati."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cocktails" data-section="cocktails">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Gin",
|
||||
title: "Gin Selection",
|
||||
subtitle: "Premium selection",
|
||||
description: "Oltre 30 etichette di gin da tutto il mondo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wineglass-with-red-drink-reflection-surface_23-2147905763.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Drink",
|
||||
title: "Signature Cocktails",
|
||||
subtitle: "Artigianali",
|
||||
description: "Cocktail unici creati dai nostri bartender.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370266.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Classic",
|
||||
title: "Mint Julep",
|
||||
subtitle: "Iconico",
|
||||
description: "Tradizione e ghiaccio tritato di alta qualità.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370367.jpg",
|
||||
},
|
||||
]}
|
||||
title="Cocktail & Gin Experience"
|
||||
description="Un'immersione nel mondo della mixology premium con la nostra vasta selezione di gin e cocktail signature."
|
||||
/>
|
||||
</div>
|
||||
<div id="cocktails" data-section="cocktails">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Gin", title: "Gin Selection", subtitle: "Premium selection", description: "Oltre 30 etichette di gin da tutto il mondo.", imageSrc: "https://images.unsplash.com/photo-1563718044732-7c706c2714ba?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
tag: "Drink", title: "Signature Cocktails", subtitle: "Artigianali", description: "Cocktail unici creati dai nostri bartender.", imageSrc: "https://images.unsplash.com/photo-1551025503-452f14441b80?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
tag: "Classic", title: "Mint Julep", subtitle: "Iconico", description: "Tradizione e ghiaccio tritato di alta qualità.", imageSrc: "https://images.unsplash.com/photo-1562911765-a7732d84784a?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
]}
|
||||
title="Cocktail & Gin Experience"
|
||||
description="Un'immersione nel mondo della mixology premium con la nostra vasta selezione di gin e cocktail signature."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Atmosfera",
|
||||
role: "Locale",
|
||||
testimonial: "Vibe serale Don Camillo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370288.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Food",
|
||||
role: "Gourmet",
|
||||
testimonial: "Hamburger d'autore.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meatballs-tomato-sauce-bottle-wine_140725-4804.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Drink",
|
||||
role: "Mixology",
|
||||
testimonial: "Signature cocktails.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Team",
|
||||
role: "Staff",
|
||||
testimonial: "Passione ed energia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Eventi",
|
||||
role: "Convivialità",
|
||||
testimonial: "Tavoli per stare insieme.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg",
|
||||
},
|
||||
]}
|
||||
title="La Nostra Galleria"
|
||||
description="Uno sguardo ai piatti, ai drink e all'atmosfera del Don Camillo Taste."
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "g1", name: "Atmosfera", role: "Locale", testimonial: "Vibe serale Don Camillo.", imageSrc: "https://images.unsplash.com/photo-1522045610264-a15f07a0c0a6?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
id: "g2", name: "Food", role: "Gourmet", testimonial: "Hamburger d'autore.", imageSrc: "https://images.unsplash.com/photo-1568901346379-8ce8e8417c5b?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
id: "g3", name: "Drink", role: "Mixology", testimonial: "Signature cocktails.", imageSrc: "https://images.unsplash.com/photo-1551025503-452f14441b80?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=3"},
|
||||
{
|
||||
id: "g4", name: "Team", role: "Staff", testimonial: "Passione ed energia.", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7ed7b6360fd?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||
{
|
||||
id: "g5", name: "Eventi", role: "Convivialità", testimonial: "Tavoli per stare insieme.", imageSrc: "https://images.unsplash.com/photo-1616738917897-40ffc5a70d9e?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
]}
|
||||
title="La Nostra Galleria"
|
||||
description="Uno sguardo ai piatti, ai drink e all'atmosfera del Don Camillo Taste."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Ottima qualità",
|
||||
"Staff super",
|
||||
"Cocktail eccellenti",
|
||||
"Atmosfera top",
|
||||
"Ci torneremo",
|
||||
"Posto preferito",
|
||||
"Prezzi giusti",
|
||||
]}
|
||||
title="Recensioni dei Clienti"
|
||||
description="Cosa dicono di noi i nostri fantastici ospiti."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Cosa dicono di noi"
|
||||
description="Le esperienze dei nostri clienti raccontate dalle loro parole."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Giulia Conti", date: "14 Aprile 2024", title: "Hamburger Squisiti!", quote: "Sono venuta con amici e abbiamo provato gli hamburger: deliziosi! Carne di ottima qualità e abbinamenti originali. Torneremo presto!", tag: "Cibo", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29329?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "t2", name: "Andrea Monti", date: "08 Marzo 2024", title: "Cocktail Top e Vibe Pazzesco", quote: "I cocktail sono fatti a regola d'arte, una selezione di gin incredibile. L'atmosfera è perfetta per una serata tra amici o in coppia. Consigliatissimo!", tag: "Drink & Atmosfera", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "t3", name: "Laura Fabbri", date: "22 Febbraio 2024", title: "Servizio Impeccabile", quote: "Lo staff è sempre gentile, sorridente e preparato. Si vede la passione in quello che fanno. Ogni richiesta è stata gestita con professionalità e calore.", tag: "Servizio", avatarSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"},
|
||||
{
|
||||
id: "t4", name: "Roberto Bianchi", date: "01 Gennaio 2024", title: "Locale Moderno e Accogliente", quote: "Don Camillo Taste ha un design interno curatissimo, moderno ma allo stesso tempo molto accogliente. Ci si sente subito a proprio agio. Un vero gioiello a Falciano.", tag: "Locale", avatarSrc: "https://images.unsplash.com/photo-1531427186611-ecfd6d951979?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Prenota il tuo tavolo"
|
||||
description="Compila il modulo per riservare il tuo posto al Don Camillo Taste."
|
||||
inputPlaceholder="Inserisci il tuo nome o telefono"
|
||||
tag="Prenotazioni"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Prenota il tuo tavolo"
|
||||
description="Compila il modulo per riservare il tuo posto al Don Camillo Taste. Ti contatteremo per confermare la prenotazione."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Il tuo nome completo", required: true },
|
||||
{ name: "email", type: "email", placeholder: "La tua email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Il tuo numero di telefono", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Data della prenotazione", required: true },
|
||||
{ name: "time", type: "time", placeholder: "Ora della prenotazione", required: true },
|
||||
{ name: "guests", type: "number", placeholder: "Numero di persone (es. 2)", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes", placeholder: "Richieste speciali o note (es. allergie, compleanno)", rows: 4,
|
||||
}}
|
||||
buttonText="Invia Prenotazione"
|
||||
imageSrc="https://images.unsplash.com/photo-1517248135467-4c7ed7b6360fd?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=3"
|
||||
imageAlt="Interno del locale Don Camillo Taste con tavoli pronti"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Don Camillo Taste"
|
||||
copyrightText="© 2025 Don Camillo Taste. Tutti i diritti riservati."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Don Camillo Taste"
|
||||
copyrightText="© 2025 Don Camillo Taste. Tutti i diritti riservati."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user