Update src/app/page.tsx
This commit is contained in:
369
src/app/page.tsx
369
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Car, Coffee, Facebook, Instagram, Leaf, Mail, MessageCircle, Phone, Sun, Tv, Wifi } from "lucide-react";
|
||||
import { AirVent, Bus, Car, Coffee, Facebook, Instagram, Leaf, Mail, MessageCircle, Phone, Refrigerator, Sun, Tv, Wifi } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,90 +33,55 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Il B&B",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Il B&B", id: "#about"},
|
||||
{
|
||||
name: "Camere",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Camere", id: "#rooms"},
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Servizi", id: "#services"},
|
||||
{
|
||||
name: "Galleria",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galleria", id: "#gallery"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Recensioni", id: "#reviews"},
|
||||
{
|
||||
name: "Posizione",
|
||||
id: "#location",
|
||||
},
|
||||
name: "Posizione", id: "#location"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contatti", id: "#contact"},
|
||||
]}
|
||||
brandName="Villa Sara B&B"
|
||||
button={{
|
||||
text: "Prenota ora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Prenota ora", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Villa Sara B&B – Relax a due passi dal mare di Civitavecchia"
|
||||
description="Comfort, tranquillità e accoglienza familiare vicino alla Spiaggia della Grotta Aurelia."
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota ora", href: "#contact"},
|
||||
{
|
||||
text: "Contattaci su WhatsApp",
|
||||
href: "https://wa.me/XXXXXXXXXX",
|
||||
},
|
||||
text: "Contattaci su WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-female-with-white-robe-towel-lying-down-bed-reading-book-near-window_181624-4283.jpg?_wi=1",
|
||||
imageAlt: "Vista esterna di Villa Sara B&B",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-female-with-white-robe-towel-lying-down-bed-reading-book-near-window_181624-4283.jpg", imageAlt: "Vista esterna di Villa Sara B&B"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg?_wi=1",
|
||||
imageAlt: "Giardino con area relax di Villa Sara",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg", imageAlt: "Giardino con area relax di Villa Sara"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-beach-croatia_181624-60790.jpg?_wi=1",
|
||||
imageAlt: "Vista mare panoramica da Villa Sara",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-beach-croatia_181624-60790.jpg", imageAlt: "Vista mare panoramica da Villa Sara"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fruit-bowl-bottle-champaign-pier-by-calm-ocean_181624-21630.jpg",
|
||||
imageAlt: "Terrazza con vista mare per la colazione",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fruit-bowl-bottle-champaign-pier-by-calm-ocean_181624-21630.jpg", imageAlt: "Terrazza con vista mare per la colazione"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9086.jpg",
|
||||
imageAlt: "Area piscina rilassante a Villa Sara",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9086.jpg", imageAlt: "Area piscina rilassante a Villa Sara"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683469.jpg",
|
||||
imageAlt: "Interni moderni e luminosi di Villa Sara",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683469.jpg", imageAlt: "Interni moderni e luminosi di Villa Sara"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,17 +94,11 @@ export default function LandingPage() {
|
||||
description="Villa Sara è un bed and breakfast accogliente e recentemente ristrutturato, immerso in una zona tranquilla di Civitavecchia. La struttura è gestita con grande cura e ospitalità familiare, offrendo agli ospiti un soggiorno rilassante come a casa.\\\nLa cordialità dei proprietari e l’attenzione ai dettagli rendono l’esperienza speciale e molto apprezzata dagli ospiti."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Gestione Familiare",
|
||||
description: "Un'ospitalità calorosa e attenta a ogni esigenza.",
|
||||
},
|
||||
title: "Gestione Familiare", description: "Un'ospitalità calorosa e attenta a ogni esigenza."},
|
||||
{
|
||||
title: "Recentemente Ristrutturato",
|
||||
description: "Ambienti moderni, puliti e confortevoli.",
|
||||
},
|
||||
title: "Recentemente Ristrutturato", description: "Ambienti moderni, puliti e confortevoli."},
|
||||
{
|
||||
title: "Posizione Tranquilla",
|
||||
description: "Immerso nella quiete, ideale per un vero relax.",
|
||||
},
|
||||
title: "Posizione Tranquilla", description: "Immerso nella quiete, ideale per un vero relax."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-gray-pillows_1203-123.jpg"
|
||||
imageAlt="Interni accoglienti di Villa Sara B&B"
|
||||
@@ -155,55 +114,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "camera-matrimoniale-vista-mare",
|
||||
name: "Camera Matrimoniale Vista Mare",
|
||||
price: "Da €90/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-apartment-light-decoration-white_1203-4402.jpg",
|
||||
imageAlt: "Camera Matrimoniale con Vista Mare",
|
||||
},
|
||||
id: "camera-matrimoniale-vista-mare", name: "Camera Matrimoniale Vista Mare", price: "Da €90/notte", imageSrc: "http://img.b2bpic.net/free-photo/house-apartment-light-decoration-white_1203-4402.jpg", imageAlt: "Camera Matrimoniale con Vista Mare"},
|
||||
{
|
||||
id: "camera-twin-giardino",
|
||||
name: "Camera Doppia/Twin con Vista Giardino",
|
||||
price: "Da €80/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-functional-style-bedroom-interior-design_651396-1982.jpg",
|
||||
imageAlt: "Camera Doppia/Twin con Vista Giardino",
|
||||
},
|
||||
id: "camera-twin-giardino", name: "Camera Doppia/Twin con Vista Giardino", price: "Da €80/notte", imageSrc: "http://img.b2bpic.net/free-photo/modern-functional-style-bedroom-interior-design_651396-1982.jpg", imageAlt: "Camera Doppia/Twin con Vista Giardino"},
|
||||
{
|
||||
id: "suite-familiare",
|
||||
name: "Suite Familiare Spaziosa",
|
||||
price: "Da €120/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-little-girls-cute-pajamas_1157-25556.jpg",
|
||||
imageAlt: "Suite Familiare",
|
||||
},
|
||||
id: "suite-familiare", name: "Suite Familiare Spaziosa", price: "Da €120/notte", imageSrc: "http://img.b2bpic.net/free-photo/two-little-girls-cute-pajamas_1157-25556.jpg", imageAlt: "Suite Familiare"},
|
||||
{
|
||||
id: "camera-singola-comfort",
|
||||
name: "Camera Singola Comfort",
|
||||
price: "Da €60/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg",
|
||||
imageAlt: "Camera Singola Comfort",
|
||||
},
|
||||
id: "camera-singola-comfort", name: "Camera Singola Comfort", price: "Da €60/notte", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", imageAlt: "Camera Singola Comfort"},
|
||||
{
|
||||
id: "camera-deluxe-terrazza",
|
||||
name: "Camera Deluxe con Terrazza Privata",
|
||||
price: "Da €110/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3782.jpg",
|
||||
imageAlt: "Camera Deluxe con Terrazza Privata",
|
||||
},
|
||||
id: "camera-deluxe-terrazza", name: "Camera Deluxe con Terrazza Privata", price: "Da €110/notte", imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3782.jpg", imageAlt: "Camera Deluxe con Terrazza Privata"},
|
||||
{
|
||||
id: "camera-standard",
|
||||
name: "Camera Standard Moderna",
|
||||
price: "Da €75/notte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-jug-bed_23-2147693745.jpg",
|
||||
imageAlt: "Camera Standard",
|
||||
},
|
||||
id: "camera-standard", name: "Camera Standard Moderna", price: "Da €75/notte", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-jug-bed_23-2147693745.jpg", imageAlt: "Camera Standard"},
|
||||
]}
|
||||
title="Le Nostre Camere: Comfort e Stile"
|
||||
description="Scopri le nostre camere, moderne e luminose, progettate per il tuo massimo comfort a Civitavecchia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Verifica disponibilità",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Verifica disponibilità", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,80 +142,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Comfort Moderno",
|
||||
description: "Camere climatizzate con WiFi gratuito e TV a schermo piatto.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3985.jpg",
|
||||
imageAlt: "Interno camera moderna",
|
||||
},
|
||||
title: "Comfort Moderno", description: "Camere climatizzate con WiFi gratuito e TV a schermo piatto.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3985.jpg", imageAlt: "Interno camera moderna"},
|
||||
items: [
|
||||
{
|
||||
icon: AirVent,
|
||||
text: "Aria condizionata",
|
||||
},
|
||||
text: "Aria condizionata"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "WiFi gratuito",
|
||||
},
|
||||
text: "WiFi gratuito"},
|
||||
{
|
||||
icon: Tv,
|
||||
text: "TV a schermo piatto",
|
||||
},
|
||||
text: "TV a schermo piatto"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-female-with-white-robe-towel-lying-down-bed-reading-book-near-window_181624-4283.jpg?_wi=2",
|
||||
imageAlt: "Modern bedroom interior detail B&B",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Sapori e Relax",
|
||||
description: "Colazione all'aperto con vista mare e un giardino curato per il tuo relax.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295974.jpg",
|
||||
imageAlt: "Colazione all'aperto vista mare",
|
||||
},
|
||||
title: "Sapori e Relax", description: "Colazione all'aperto con vista mare e un giardino curato per il tuo relax.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295974.jpg", imageAlt: "Colazione all'aperto vista mare"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Colazione a buffet/italiana",
|
||||
},
|
||||
text: "Colazione a buffet/italiana"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Giardino con area relax",
|
||||
},
|
||||
text: "Giardino con area relax"},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Colazione all’aperto vista mare",
|
||||
},
|
||||
text: "Colazione all’aperto vista mare"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg?_wi=2",
|
||||
imageAlt: "Modern bedroom interior detail B&B",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Comodità Extra",
|
||||
description: "Servizi utili per una vacanza senza pensieri, inclusa navetta su richiesta.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-with-white-facades_1156-88.jpg",
|
||||
imageAlt: "Ingresso Villa Sara B&B",
|
||||
},
|
||||
title: "Comodità Extra", description: "Servizi utili per una vacanza senza pensieri, inclusa navetta su richiesta.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-with-white-facades_1156-88.jpg", imageAlt: "Ingresso Villa Sara B&B"},
|
||||
items: [
|
||||
{
|
||||
icon: Car,
|
||||
text: "Parcheggio nelle vicinanze",
|
||||
},
|
||||
text: "Parcheggio nelle vicinanze"},
|
||||
{
|
||||
icon: Bus,
|
||||
text: "Navetta aeroportuale (a pagamento)",
|
||||
},
|
||||
text: "Navetta aeroportuale (a pagamento)"},
|
||||
{
|
||||
icon: Refrigerator,
|
||||
text: "Frigorifero in camera",
|
||||
},
|
||||
text: "Frigorifero in camera"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-beach-croatia_181624-60790.jpg?_wi=2",
|
||||
imageAlt: "Modern bedroom interior detail B&B",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="I Nostri Servizi: Tutto per il Tuo Benessere"
|
||||
description="A Villa Sara, ogni dettaglio è pensato per rendere il tuo soggiorno indimenticabile e rilassante."
|
||||
@@ -304,71 +204,17 @@ export default function LandingPage() {
|
||||
description="Esplora gli angoli più belli del nostro B&B, dal rigoglioso giardino alla spettacolare vista mare."
|
||||
blogs={[
|
||||
{
|
||||
id: "gallery-garden-relax",
|
||||
category: "Giardino",
|
||||
title: "Area Relax nel Giardino Mediterraneo",
|
||||
excerpt: "Un'oasi di pace dove rilassarsi tra profumi e colori della macchia mediterranea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg",
|
||||
imageAlt: "Area relax nel giardino di Villa Sara",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-adult-brunette-man-woman-park_1153-9336.jpg",
|
||||
date: "2023-08-01",
|
||||
},
|
||||
id: "gallery-garden-relax", category: "Giardino", title: "Area Relax nel Giardino Mediterraneo", excerpt: "Un'oasi di pace dove rilassarsi tra profumi e colori della macchia mediterranea.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "Area relax nel giardino di Villa Sara", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/young-adult-brunette-man-woman-park_1153-9336.jpg", date: "2023-08-01"},
|
||||
{
|
||||
id: "gallery-breakfast-area",
|
||||
category: "Colazione",
|
||||
title: "Colazione con Vista Panoramica sul Mare",
|
||||
excerpt: "Inizia la giornata con una deliziosa colazione all'aperto, ammirando lo splendore del mare di Civitavecchia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-with-cut-out-heart-shape-table_23-2148019297.jpg",
|
||||
imageAlt: "Colazione all'aperto con vista mare",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-balcony-overlooking-small-town-croatia_1153-3439.jpg",
|
||||
date: "2023-08-05",
|
||||
},
|
||||
id: "gallery-breakfast-area", category: "Colazione", title: "Colazione con Vista Panoramica sul Mare", excerpt: "Inizia la giornata con una deliziosa colazione all'aperto, ammirando lo splendore del mare di Civitavecchia.", imageSrc: "http://img.b2bpic.net/free-photo/apple-with-cut-out-heart-shape-table_23-2148019297.jpg", imageAlt: "Colazione all'aperto con vista mare", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-balcony-overlooking-small-town-croatia_1153-3439.jpg", date: "2023-08-05"},
|
||||
{
|
||||
id: "gallery-room-detail",
|
||||
category: "Interni",
|
||||
title: "Dettagli di Stile delle Nostre Camere",
|
||||
excerpt: "Ogni camera è curata nei minimi dettagli, offrendo un ambiente moderno, pulito e accogliente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-tray_23-2149943886.jpg",
|
||||
imageAlt: "Dettagli interni di una camera di Villa Sara",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13360.jpg",
|
||||
date: "2023-08-10",
|
||||
},
|
||||
id: "gallery-room-detail", category: "Interni", title: "Dettagli di Stile delle Nostre Camere", excerpt: "Ogni camera è curata nei minimi dettagli, offrendo un ambiente moderno, pulito e accogliente.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-tray_23-2149943886.jpg", imageAlt: "Dettagli interni di una camera di Villa Sara", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13360.jpg", date: "2023-08-10"},
|
||||
{
|
||||
id: "gallery-terrace-view",
|
||||
category: "Vista Mare",
|
||||
title: "Tramonti Incantevoli dalla Terrazza",
|
||||
excerpt: "Lasciati incantare dai colori del tramonto che dipingono il cielo sopra il mare, comodamente dalla nostra terrazza.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg",
|
||||
imageAlt: "Vista dal terrazzo al tramonto",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/funny-beautiful-woman-has-fun-sidewalk-restaurant-blink-eye-points-handsome-guy-flirts-uses-modern-smart-phone-surfing-internet-enjoys-fresh-summer-drink-being-exotic-country_273609-2741.jpg",
|
||||
date: "2023-08-15",
|
||||
},
|
||||
id: "gallery-terrace-view", category: "Vista Mare", title: "Tramonti Incantevoli dalla Terrazza", excerpt: "Lasciati incantare dai colori del tramonto che dipingono il cielo sopra il mare, comodamente dalla nostra terrazza.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg", imageAlt: "Vista dal terrazzo al tramonto", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/funny-beautiful-woman-has-fun-sidewalk-restaurant-blink-eye-points-handsome-guy-flirts-uses-modern-smart-phone-surfing-internet-enjoys-fresh-summer-drink-being-exotic-country_273609-2741.jpg", date: "2023-08-15"},
|
||||
{
|
||||
id: "gallery-exterior-entrance",
|
||||
category: "Esterni",
|
||||
title: "L'Ingresso Accogliente di Villa Sara",
|
||||
excerpt: "Un benvenuto caloroso ti attende, con la bellezza dell'architettura mediterranea e la cura dei dettagli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-842.jpg",
|
||||
imageAlt: "Ingresso di Villa Sara B&B",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-lady-watch-tv-holding-remote-control_171337-13239.jpg",
|
||||
date: "2023-08-20",
|
||||
},
|
||||
id: "gallery-exterior-entrance", category: "Esterni", title: "L'Ingresso Accogliente di Villa Sara", excerpt: "Un benvenuto caloroso ti attende, con la bellezza dell'architettura mediterranea e la cura dei dettagli.", imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-842.jpg", imageAlt: "Ingresso di Villa Sara B&B", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-lady-watch-tv-holding-remote-control_171337-13239.jpg", date: "2023-08-20"},
|
||||
{
|
||||
id: "gallery-local-beach",
|
||||
category: "Dintorni",
|
||||
title: "La Splendida Spiaggia della Grotta Aurelia",
|
||||
excerpt: "A pochi passi dal B&B, la Spiaggia della Grotta Aurelia ti aspetta per momenti di puro relax al mare.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-golden-sandy-beach-with-cloudy-sky_181624-14826.jpg",
|
||||
imageAlt: "Spiaggia della Grotta Aurelia",
|
||||
authorName: "Villa Sara",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187582.jpg",
|
||||
date: "2023-08-25",
|
||||
},
|
||||
id: "gallery-local-beach", category: "Dintorni", title: "La Splendida Spiaggia della Grotta Aurelia", excerpt: "A pochi passi dal B&B, la Spiaggia della Grotta Aurelia ti aspetta per momenti di puro relax al mare.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-golden-sandy-beach-with-cloudy-sky_181624-14826.jpg", imageAlt: "Spiaggia della Grotta Aurelia", authorName: "Villa Sara", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187582.jpg", date: "2023-08-25"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -380,53 +226,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
name: "Mario Rossi",
|
||||
role: "Ospite da Milano",
|
||||
testimonial: "Bellissima struttura, camere nuove e pulite, colazione in giardino con vista mare. Accoglienza splendida. Torneremo sicuramente!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-bed-after-wake-up-morning-ready-work-from-home-portrait-young-smiling-woman-sitting-with-laptop-bed-freelance-working-from-home-concept_657921-498.jpg",
|
||||
imageAlt: "Mario Rossi",
|
||||
},
|
||||
id: "review-1", name: "Mario Rossi", role: "Ospite da Milano", testimonial: "Bellissima struttura, camere nuove e pulite, colazione in giardino con vista mare. Accoglienza splendida. Torneremo sicuramente!", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-bed-after-wake-up-morning-ready-work-from-home-portrait-young-smiling-woman-sitting-with-laptop-bed-freelance-working-from-home-concept_657921-498.jpg", imageAlt: "Mario Rossi"},
|
||||
{
|
||||
id: "review-2",
|
||||
name: "Chiara Bianchi",
|
||||
role: "Ospite da Roma",
|
||||
testimonial: "Posizione perfetta vicino al porto e al mare. Proprietari gentilissimi e sempre disponibili. Un soggiorno da favola.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7758.jpg",
|
||||
imageAlt: "Chiara Bianchi",
|
||||
},
|
||||
id: "review-2", name: "Chiara Bianchi", role: "Ospite da Roma", testimonial: "Posizione perfetta vicino al porto e al mare. Proprietari gentilissimi e sempre disponibili. Un soggiorno da favola.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7758.jpg", imageAlt: "Chiara Bianchi"},
|
||||
{
|
||||
id: "review-3",
|
||||
name: "Luca Verdi",
|
||||
role: "Ospite da Torino",
|
||||
testimonial: "Un posto tranquillo con vista meravigliosa, sembra di essere a casa. La colazione in giardino è un sogno. Consigliatissimo!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-street-with-shopping-bags_23-2147979301.jpg",
|
||||
imageAlt: "Luca Verdi",
|
||||
},
|
||||
id: "review-3", name: "Luca Verdi", role: "Ospite da Torino", testimonial: "Un posto tranquillo con vista meravigliosa, sembra di essere a casa. La colazione in giardino è un sogno. Consigliatissimo!", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-street-with-shopping-bags_23-2147979301.jpg", imageAlt: "Luca Verdi"},
|
||||
{
|
||||
id: "review-4",
|
||||
name: "Anna Neri",
|
||||
role: "Ospite da Firenze",
|
||||
testimonial: "Camere grandi, pulite e ben arredate. Il giardino è stupendo e l'atmosfera è davvero rilassante. Ottimo rapporto qualità-prezzo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-surprised-with-bouquet-tulips-by-man_23-2148389944.jpg",
|
||||
imageAlt: "Anna Neri",
|
||||
},
|
||||
id: "review-4", name: "Anna Neri", role: "Ospite da Firenze", testimonial: "Camere grandi, pulite e ben arredate. Il giardino è stupendo e l'atmosfera è davvero rilassante. Ottimo rapporto qualità-prezzo.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-surprised-with-bouquet-tulips-by-man_23-2148389944.jpg", imageAlt: "Anna Neri"},
|
||||
{
|
||||
id: "review-5",
|
||||
name: "Giulia Gialli",
|
||||
role: "Ospite da Napoli",
|
||||
testimonial: "Cordialità e professionalità eccellenti. La pulizia impeccabile e la vista mare un plus inestimabile. Mi sono sentita coccolata.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-white-bathrobes-sunglasses-happily-talking-with-glasses-red-wine-bed-hotel-room-attractive-girls-hen-party_574295-2301.jpg",
|
||||
imageAlt: "Giulia Gialli",
|
||||
},
|
||||
id: "review-5", name: "Giulia Gialli", role: "Ospite da Napoli", testimonial: "Cordialità e professionalità eccellenti. La pulizia impeccabile e la vista mare un plus inestimabile. Mi sono sentita coccolata.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-white-bathrobes-sunglasses-happily-talking-with-glasses-red-wine-bed-hotel-room-attractive-girls-hen-party_574295-2301.jpg", imageAlt: "Giulia Gialli"},
|
||||
{
|
||||
id: "review-6",
|
||||
name: "Paolo Blu",
|
||||
role: "Ospite da Bologna",
|
||||
testimonial: "Un vero gioiello a Civitavecchia. La posizione è strategica e la tranquillità del B&B ti permette di staccare dalla routine. Perfetto!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-tourist-wall_23-2147982009.jpg",
|
||||
imageAlt: "Paolo Blu",
|
||||
},
|
||||
id: "review-6", name: "Paolo Blu", role: "Ospite da Bologna", testimonial: "Un vero gioiello a Civitavecchia. La posizione è strategica e la tranquillità del B&B ti permette di staccare dalla routine. Perfetto!", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-tourist-wall_23-2147982009.jpg", imageAlt: "Paolo Blu"},
|
||||
]}
|
||||
title="Dicono di Noi: Le Recensioni dei Nostri Ospiti"
|
||||
description="Siamo orgogliosi delle esperienze positive condivise da chi ha soggiornato a Villa Sara B&B. Valutazione media: 9.5/10."
|
||||
@@ -440,40 +250,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "beach",
|
||||
value: "700m",
|
||||
title: "Spiaggia della Grotta Aurelia",
|
||||
items: [
|
||||
"A pochi passi dal mare",
|
||||
"Ideale per relax e bagni",
|
||||
],
|
||||
id: "beach", value: "700m", title: "Spiaggia della Grotta Aurelia", items: [
|
||||
"A pochi passi dal mare", "Ideale per relax e bagni"],
|
||||
},
|
||||
{
|
||||
id: "port",
|
||||
value: "5 min",
|
||||
title: "Lungomare e Porto di Civitavecchia",
|
||||
items: [
|
||||
"Facile accesso ai traghetti",
|
||||
"Passeggiate e ristoranti",
|
||||
],
|
||||
id: "port", value: "5 min", title: "Lungomare e Porto di Civitavecchia", items: [
|
||||
"Facile accesso ai traghetti", "Passeggiate e ristoranti"],
|
||||
},
|
||||
{
|
||||
id: "santamarinella",
|
||||
value: "10 min",
|
||||
title: "Santa Marinella",
|
||||
items: [
|
||||
"Località balneare affascinante",
|
||||
"Castello di Santa Severa",
|
||||
],
|
||||
id: "santamarinella", value: "10 min", title: "Santa Marinella", items: [
|
||||
"Località balneare affascinante", "Castello di Santa Severa"],
|
||||
},
|
||||
{
|
||||
id: "fiumicino",
|
||||
value: "55 km",
|
||||
title: "Aeroporto di Fiumicino (FCO)",
|
||||
items: [
|
||||
"Comodo per chi viaggia",
|
||||
"Servizio navetta su richiesta",
|
||||
],
|
||||
id: "fiumicino", value: "55 km", title: "Aeroporto di Fiumicino (FCO)", items: [
|
||||
"Comodo per chi viaggia", "Servizio navetta su richiesta"],
|
||||
},
|
||||
]}
|
||||
title="La Nostra Posizione: Civitavecchia e Dintorni"
|
||||
@@ -485,8 +275,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contattaci"
|
||||
title="Prenota il Tuo Soggiorno a Villa Sara"
|
||||
description="Compila il modulo per richiedere informazioni o verificare la disponibilità. Ti risponderemo al più presto per organizzare la tua vacanza perfetta."
|
||||
@@ -506,29 +295,19 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@villasara.it",
|
||||
ariaLabel: "Email",
|
||||
},
|
||||
href: "mailto:info@villasara.it", ariaLabel: "Email"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+39XXXXXXXXXX",
|
||||
ariaLabel: "Telefono",
|
||||
},
|
||||
href: "tel:+39XXXXXXXXXX", ariaLabel: "Telefono"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/XXXXXXXXXX",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.me/XXXXXXXXXX", ariaLabel: "WhatsApp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user