diff --git a/src/app/page.tsx b/src/app/page.tsx index 81450fc..65873f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,12 @@ export default function LandingPage() { @@ -121,50 +73,10 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "r1", - 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", - }, + 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"} ]} 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." /> @@ -173,32 +85,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - 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", - }, - ]} + features={[]} 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." /> @@ -209,26 +96,7 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="split" useInvertedBackground={true} - 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, - }, - ]} + metrics={[]} title="Hotel Milestones" description="A commitment to excellence over years of tradition." /> @@ -238,48 +106,7 @@ export default function LandingPage() { @@ -289,23 +116,7 @@ export default function LandingPage() { @@ -335,46 +138,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file