3 Commits

Author SHA1 Message Date
0c97bbadae Merge version_2 into main
Merge version_2 into main
2026-04-05 12:56:03 +00:00
db4e9ea9ab Update src/app/page.tsx 2026-04-05 12:56:00 +00:00
be53668730 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:37:32 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -29,126 +29,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "Perché noi", id: "about" },
id: "hero", { name: "Servizi", id: "services" },
}, { name: "Contatti", id: "contact" },
{
name: "Perché noi",
id: "about",
},
{
name: "Servizi",
id: "services",
},
{
name: "Contatti",
id: "contact",
},
]} ]}
brandName="Villa Anthea" brandName="Villa Anthea"
button={{ button={{
text: "Chiama ora", text: "Chiama ora", href: "tel:+393514127510"}}
href: "tel:+393514127510",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{ variant: "sparkles-gradient" }}
variant: "sparkles-gradient",
}}
title="La location perfetta per il tuo matrimonio da sogno a Palermo" title="La location perfetta per il tuo matrimonio da sogno a Palermo"
description="Spazi eleganti, giardini incantevoli e unatmosfera unica per il tuo evento speciale. Trasforma ogni ricorrenza in un ricordo indelebile." description="Spazi eleganti, giardini incantevoli e unatmosfera unica per il tuo evento speciale. Trasforma ogni ricorrenza in un ricordo indelebile."
buttons={[ buttons={[
{ { text: "Chiama ora", href: "tel:+393514127510" },
text: "Chiama ora", { text: "Richiedi disponibilità", href: "#contact" },
href: "tel:+393514127510",
},
{
text: "Richiedi disponibilità",
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-bride-walks-wedding-day_8353-9613.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/beautiful-bride-walks-wedding-day_8353-9613.jpg?_wi=1"
imageAlt="Villa Anthea vista giardino" imageAlt="Villa Anthea vista giardino"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg",
alt: "Marco S.",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg",
alt: "Elena R.",
},
{
src: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-front-old-building-made-stone_8353-10884.jpg",
alt: "Giuseppe V.",
},
{
src: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1189.jpg",
alt: "Lucia M.",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-people-posing-wedding_23-2150312085.jpg",
alt: "Davide L.",
},
]}
avatarText="Uniti in oltre 500 matrimoni indimenticabili."
marqueeItems={[
{
type: "text",
text: "Location Esclusiva",
},
{
type: "text",
text: "Cucina Gourmet",
},
{
type: "text",
text: "Design Siciliano",
},
{
type: "text",
text: "Giardini Privati",
},
{
type: "text",
text: "Servizio Premium",
},
]}
/> />
</div> </div>
<div id="social" data-section="social"> <div id="social" data-section="social">
<SocialProofOne <SocialProofOne
textboxLayout="default" names={["Google", "Trustpilot", "TripAdvisor", "Matrimonio.com", "WeddingWire"]}
useInvertedBackground={false}
names={[
"Google",
"Trustpilot",
"TripAdvisor",
"Matrimonio.com",
"WeddingWire",
]}
title="Valutazione 4.1/5" title="Valutazione 4.1/5"
description="I nostri clienti hanno scelto noi per la bellezza dei nostri spazi e l'accoglienza." description="I nostri clienti hanno scelto noi per la bellezza dei nostri spazi e l'accoglienza."
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false}
title="Un'oasi di eleganza nel cuore della Sicilia" title="Un'oasi di eleganza nel cuore della Sicilia"
buttons={[
{
text: "Richiedi preventivo",
href: "#contact",
},
]}
tag="La Storia" tag="La Storia"
buttons={[{ text: "Richiedi preventivo", href: "#contact" }]}
useInvertedBackground={false}
/> />
</div> </div>
@@ -156,157 +78,54 @@ export default function LandingPage() {
<FeatureCardSeven <FeatureCardSeven
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Giardini incantevoli",
description: "Ampi spazi esterni per foto indimenticabili in una cornice naturale.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg?_wi=1",
},
{
title: "Sale eleganti",
description: "Sale raffinate pronte per accogliere matrimoni, cerimonie ed eventi privati.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg?_wi=1",
},
{
title: "Cucina di qualità",
description: "Gastronomia curata con un servizio attento per soddisfare ogni palato.",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-front-old-building-made-stone_8353-10884.jpg?_wi=1",
},
{
title: "Organizzazione Eventi",
description: "Supporto completo nel coordinamento dei fornitori.",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1189.jpg?_wi=1",
},
{
title: "Servizi Personalizzati",
description: "Allestimenti su misura per ogni richiesta.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-posing-wedding_23-2150312085.jpg",
},
]}
title="I nostri servizi" title="I nostri servizi"
description="Ogni evento è unico. Curiamo ogni dettaglio per superare le aspettative." description="Ogni evento è unico. Curiamo ogni dettaglio per superare le aspettative."
features={[
{ title: "Giardini incantevoli", description: "Ampi spazi esterni per foto indimenticabili in una cornice naturale.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg?_wi=1" },
{ title: "Sale eleganti", description: "Sale raffinate pronte per accogliere matrimoni, cerimonie ed eventi privati.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg?_wi=1" },
{ title: "Cucina Gourmet", description: "Gastronomia curata con un servizio attento per soddisfare ogni palato.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-front-old-building-made-stone_8353-10884.jpg?_wi=1" },
{ title: "Eventi Esclusivi", description: "Supporto completo nel coordinamento di ogni fase dell'evento.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1189.jpg?_wi=1" }
]}
useInvertedBackground={false}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
title="Cosa dicono di noi"
description="Scopri le esperienze dei nostri sposi e ospiti."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Marco S.", date: "12/05/2023", title: "Matrimonio perfetto", quote: "Sala molto bella, pranzo buonissimo!", tag: "Sposi", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg" },
id: "1", { id: "2", name: "Elena R.", date: "10/06/2023", title: "Ottimo servizio", quote: "Ottimo servizio e accoglienza, tutto perfetto.", tag: "Eventi", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg" }
name: "Marco S.",
date: "12/05/2023",
title: "Matrimonio perfetto",
quote: "Sala molto bella, pranzo buonissimo!",
tag: "Sposi",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-walks-wedding-day_8353-9613.jpg?_wi=2",
imageAlt: "elegant wedding venue garden italy",
},
{
id: "2",
name: "Elena R.",
date: "10/06/2023",
title: "Ottimo servizio",
quote: "Ottimo servizio e accoglienza, tutto perfetto.",
tag: "Eventi",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-newlyweds-smiling-embracing-kissing-outside_176420-2248.jpg?_wi=2",
imageAlt: "happy wedding couple garden",
},
{
id: "3",
name: "Giuseppe V.",
date: "15/07/2023",
title: "Villa magica",
quote: "Una villa magica pronta per qualsiasi evento.",
tag: "Eventi",
avatarSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-front-old-building-made-stone_8353-10884.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-people-celebrating-wedding-beach_23-2149043936.jpg?_wi=2",
imageAlt: "event planner elegant dinner",
},
{
id: "4",
name: "Lucia M.",
date: "20/08/2023",
title: "Giornata indimenticabile",
quote: "Un ringraziamento speciale per l'attenzione ai dettagli.",
tag: "Sposi",
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1189.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-celebration-table-with-guests-seats-outdoors-front-old-building-made-stone_8353-10884.jpg?_wi=2",
imageAlt: "romantic wedding dinner setting",
},
{
id: "5",
name: "Davide L.",
date: "01/09/2023",
title: "Bellissima esperienza",
quote: "Consigliato vivamente per chi cerca eleganza.",
tag: "Eventi",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-posing-wedding_23-2150312085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1189.jpg?_wi=2",
imageAlt: "wedding ceremony elegant setup",
},
]} ]}
title="Cosa dicono di noi"
description="Scopri le esperienze dei nostri sposi e ospiti."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactCTA
useInvertedBackground={false} tag="Contattaci"
background={{ title="Pronto a iniziare il tuo viaggio?"
variant: "gradient-bars", description="Siamo pronti ad accogliere il tuo evento e trasformarlo in un'esperienza magica. Richiedi una consulenza senza impegno."
}} buttons={[{ text: "Chiama ora", href: "tel:+393514127510" }]}
text="Sei pronto a vivere il tuo sogno? Contattaci per una visita o un preventivo gratuito per il tuo evento." background={{ variant: "sparkles-gradient" }}
buttons={[ useInvertedBackground={true}
{
text: "Chiama ora",
href: "tel:+393514127510",
},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterBase
logoText="Villa Anthea"
copyrightText="© 2025 Villa Anthea Palermo. Tutti i diritti riservati."
columns={[ columns={[
{ {
title: "Villa Anthea", title: "Info", items: [{ label: "Via Roberto Indovina, 11, Palermo", href: "#" }, { label: "Tel: 351 412 7510", href: "tel:+393514127510" }]
items: [
{
label: "Via Roberto Indovina, 11, Palermo",
},
],
}, },
{ {
title: "Contatti", title: "Servizi", items: [{ label: "Matrimoni", href: "#" }, { label: "Eventi Privati", href: "#" }, { label: "Cerimonie", href: "#" }]
items: [ }
{
label: "Tel: 351 412 7510",
href: "tel:+393514127510",
},
],
},
{
title: "Link Rapidi",
items: [
{
label: "Matrimoni",
href: "#",
},
{
label: "Eventi",
href: "#",
},
],
},
]} ]}
bottomLeftText="© 2024 Villa Anthea Palermo."
bottomRightText="Tutti i diritti riservati."
/> />
</div> </div>
</ReactLenis> </ReactLenis>