2 Commits

Author SHA1 Message Date
bb7d049c34 Update src/app/page.tsx 2026-05-25 06:00:25 +00:00
3271a4f2a5 Update src/app/page.tsx 2026-05-25 05:59:59 +00:00

View File

@@ -32,30 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "#hero" },
name: "Home", { name: "About", id: "#about" },
id: "#hero", { name: "Rooms", id: "#rooms" },
}, { name: "Experience", id: "#experience" },
{ { name: "Reviews", id: "#reviews" },
name: "About", { name: "Contact", id: "#contact" },
id: "#about",
},
{
name: "Rooms",
id: "#rooms",
},
{
name: "Experience",
id: "#experience",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
]} ]}
brandName="Ai Faraglioni" brandName="Ai Faraglioni"
/> />
@@ -63,43 +45,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
title="Ai Faraglioni Hotel" title="Ai Faraglioni Hotel"
description="Discover authentic Sicilian luxury nestled in the heart of Acitrezza. Experience breathtaking views, refined comfort, and the soothing rhythm of the Mediterranean sea." description="Discover authentic Sicilian luxury nestled in the heart of Acitrezza. Experience breathtaking views, refined comfort, and the soothing rhythm of the Mediterranean sea."
tag="Welcome to Paradise" tag="Welcome to Paradise"
buttons={[ buttons={[{ text: "Book Your Stay", href: "#contact" }]}
{
text: "Book Your Stay",
href: "#contact",
},
]}
mediaItems={[ mediaItems={[
{ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E98XUdv7MKrDvPjh0VGUkmODuU/uploaded-1779688789304-rmx8fx1j.jpg?_wi=1", imageAlt: "Hotel facade" }
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977268.jpg",
imageAlt: "Sea view",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199355.jpg",
imageAlt: "Bedroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18747.jpg",
imageAlt: "Coastline",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18738.jpg",
imageAlt: "Restaurant",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8857.jpg",
imageAlt: "Pool",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nut-decoration-with-candles-box_23-2147690205.jpg",
imageAlt: "Lounge",
},
]} ]}
/> />
</div> </div>
@@ -109,7 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="A Legacy of Sicilian Hospitality" title="A Legacy of Sicilian Hospitality"
description="Ai Faraglioni combines centuries-old charm with modern amenities. Located directly facing the legendary Faraglioni of Acitrezza, our hotel offers an unparalleled escape for those seeking serenity, beauty, and the authentic taste of Sicily." description="Ai Faraglioni combines centuries-old charm with modern amenities. Located directly facing the legendary Faraglioni of Acitrezza, our hotel offers an unparalleled escape for those seeking serenity, beauty, and the authentic taste of Sicily."
imageSrc="http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E98XUdv7MKrDvPjh0VGUkmODuU/uploaded-1779688789304-rmx8fx1j.jpg?_wi=2"
/> />
</div> </div>
@@ -121,50 +73,10 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "r1", id: "r1", name: "Standard Faraglioni Room", price: "50 euros", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E98XUdv7MKrDvPjh0VGUkmODuU/uploaded-1779688789304-rmx8fx1j.jpg?_wi=3"}
name: "Deluxe Sea Suite",
price: "€350/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2109.jpg",
},
{
id: "r2",
name: "Comfort Double Room",
price: "€180/night",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg",
},
{
id: "r3",
name: "Ocean View Junior Suite",
price: "€260/night",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg",
},
{
id: "r4",
name: "Family Haven Suite",
price: "€420/night",
variant: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/travel-beach-filter-water-luxury_1203-3967.jpg",
},
{
id: "r5",
name: "Superior King Terrace",
price: "€290/night",
variant: "Terrace",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relax-bed-enjoying-mountain-view_1423-235.jpg",
},
{
id: "r6",
name: "Premium Faraglioni Suite",
price: "€550/night",
variant: "Exclusive",
imageSrc: "http://img.b2bpic.net/free-photo/lonely-man-stands-before-window-room_1304-5421.jpg",
},
]} ]}
title="Our Accommodations" title="Our Accommodations"
description="From intimate balconies to spacious luxury suites, find your perfect room at Ai Faraglioni." description="Experience comfort and elegance at our hotel."
/> />
</div> </div>
@@ -173,32 +85,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[]}
{
id: "f1",
title: "Gourmet Dining",
descriptions: [
"Experience traditional Sicilian recipes prepared with locally-sourced seafood.",
],
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865579.jpg",
},
{
id: "f2",
title: "Panoramic Spa",
descriptions: [
"Relax in our rejuvenating spa treatments while enjoying the sea view.",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-ion-vacation-they-are-going-swim-pool-with-inflatable-mattress-pineapple-form_1157-49344.jpg",
},
{
id: "f3",
title: "Cultural Excursions",
descriptions: [
"Private tours to volcanic vineyards and historical landmarks nearby.",
],
imageSrc: "http://img.b2bpic.net/free-photo/rock-formation-torre-santandrea-puglia_268835-15551.jpg",
},
]}
title="Crafting Your Perfect Stay" title="Crafting Your Perfect Stay"
description="Every detail is curated to reflect the warmth of the Sicilian sun and the richness of the Mediterranean culture." description="Every detail is curated to reflect the warmth of the Sicilian sun and the richness of the Mediterranean culture."
/> />
@@ -209,26 +96,7 @@ export default function LandingPage() {
animationType="depth-3d" animationType="depth-3d"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[]}
{
id: "m1",
title: "Guests Hosted",
value: "25,000+",
icon: Users,
},
{
id: "m2",
title: "Reviews Score",
value: "4.9/5",
icon: Star,
},
{
id: "m3",
title: "Service Years",
value: "30+",
icon: Award,
},
]}
title="Hotel Milestones" title="Hotel Milestones"
description="A commitment to excellence over years of tradition." description="A commitment to excellence over years of tradition."
/> />
@@ -238,48 +106,7 @@ export default function LandingPage() {
<TestimonialCardTen <TestimonialCardTen
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[]}
{
id: "t1",
title: "Perfect View",
quote: "The view of the Faraglioni is simply unmatched.",
name: "Elena R.",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
},
{
id: "t2",
title: "Great Food",
quote: "Dining on the terrace was the highlight of our trip.",
name: "Marcello V.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-couple-drinking-coffee_171337-6067.jpg",
},
{
id: "t3",
title: "Professional Service",
quote: "The staff made every detail of our stay effortless.",
name: "Luca D.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2148601985.jpg",
},
{
id: "t4",
title: "Relaxation",
quote: "The spa facilities were absolutely incredible.",
name: "Sofia G.",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg",
},
{
id: "t5",
title: "Family Friendly",
quote: "Best family vacation we have had in years.",
name: "The Bianchi Family",
role: "Vacationers",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-having-fun-thanksgiving-lunch-dining-table_637285-12959.jpg",
},
]}
title="Guest Testimonials" title="Guest Testimonials"
description="What our guests share about their unforgettable stay at Ai Faraglioni." description="What our guests share about their unforgettable stay at Ai Faraglioni."
/> />
@@ -289,23 +116,7 @@ export default function LandingPage() {
<FaqBase <FaqBase
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[]}
{
id: "q1",
title: "What are check-in/check-out times?",
content: "Check-in is at 3:00 PM and check-out is at 11:00 AM.",
},
{
id: "q2",
title: "Is parking available?",
content: "Yes, we provide complimentary private parking for all guests.",
},
{
id: "q3",
title: "Do you offer airport transfers?",
content: "We can organize private luxury transfers from Catania airport.",
},
]}
title="Common Questions" title="Common Questions"
description="Everything you need to know for your upcoming stay." description="Everything you need to know for your upcoming stay."
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -315,19 +126,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars",
}}
text="Ready to experience the magic of the Faraglioni? Reserve your stay today or contact us for personalized booking assistance." text="Ready to experience the magic of the Faraglioni? Reserve your stay today or contact us for personalized booking assistance."
buttons={[ buttons={[
{ { text: "Call to Book", href: "tel:+39095000000" },
text: "Call to Book", { text: "Email Us", href: "mailto:info@aifaraglioni.it" },
href: "tel:+39095000000",
},
{
text: "Email Us",
href: "mailto:info@aifaraglioni.it",
},
]} ]}
/> />
</div> </div>
@@ -335,42 +138,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Ai Faraglioni" logoText="Ai Faraglioni"
columns={[ columns={[]}
{
title: "Hotel",
items: [
{
label: "About",
href: "#about",
},
{
label: "Rooms",
href: "#rooms",
},
{
label: "Experience",
href: "#experience",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
{
label: "FAQs",
href: "#faq",
},
],
},
]}
copyrightText="© 2025 Ai Faraglioni Hotel. All Rights Reserved." copyrightText="© 2025 Ai Faraglioni Hotel. All Rights Reserved."
/> />
</div> </div>