diff --git a/src/app/page.tsx b/src/app/page.tsx index 984513b..f7168f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,97 +30,39 @@ export default function LandingPage() {
@@ -129,7 +71,7 @@ export default function LandingPage() { @@ -141,27 +83,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "room-1", - name: "Superior Room", - price: "From €180", - variant: "Short Stay", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg", - }, - { - id: "room-2", - name: "Apartment Suite", - price: "From €250", - variant: "Comfort", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg", - }, - { - id: "room-3", - name: "Executive Long Stay", - price: "From €320", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", - }, + { id: "room-1", name: "Superior Room", price: "From €180", variant: "Short Stay", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg" }, + { id: "room-2", name: "Apartment Suite", price: "From €250", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg" }, + { id: "room-3", name: "Executive Long Stay", price: "From €320", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg" }, ]} title="Exquisite Living Spaces" description="Curated suites designed for both short getaways and extended professional stays." @@ -173,41 +97,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Rejuvenating Spa", - descriptions: [ - "Full-service wellness retreat and indoor pool.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg", - }, - { - id: "f2", - title: "Romantic Dining", - descriptions: [ - "Intimate atmosphere for unforgettable dinners.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-table-with-red-wine-candles_140725-9862.jpg", - }, - { - id: "f3", - title: "State-of-the-art Gym", - descriptions: [ - "High-end fitness equipment for your daily workout.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699545.jpg", - }, - { - id: "f4", - title: "Gourmet Restaurant", - descriptions: [ - "Culinary delights featuring local seasonal ingredients.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", - }, + { id: "f1", title: "Rejuvenating Spa", descriptions: ["Full-service wellness retreat and indoor pool."], imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg" }, + { id: "f2", title: "Romantic Dining", descriptions: ["Intimate atmosphere for unforgettable dinners."], imageSrc: "http://img.b2bpic.net/free-photo/lunch-table-with-red-wine-candles_140725-9862.jpg" }, + { id: "f3", title: "State-of-the-art Gym", descriptions: ["High-end fitness equipment for your daily workout."], imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699545.jpg" }, + { id: "f4", title: "Gourmet Restaurant", descriptions: ["Culinary delights featuring local seasonal ingredients."], imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg" }, ]} title="Curated Experiences" description="Indulge in amenities designed to rejuvenate and inspire throughout your stay." + animationType="slide-up" /> @@ -218,46 +115,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Elena M.", - role: "Traveler", - company: "Verified Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-with-suitcase-taking-selfie-with-luggage-posting-social-media_1258-270622.jpg", - }, - { - id: "2", - name: "Javier R.", - role: "Business", - company: "Verified Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-counter_107420-63587.jpg", - }, - { - id: "3", - name: "Sophie L.", - role: "Romantic", - company: "Verified Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg", - }, - { - id: "4", - name: "Marcus D.", - role: "Professional", - company: "Verified Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg", - }, - { - id: "5", - name: "Ana S.", - role: "Weekend", - company: "Verified Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13209.jpg", - }, + { id: "1", name: "Elena M.", role: "Traveler", company: "Verified Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-with-suitcase-taking-selfie-with-luggage-posting-social-media_1258-270622.jpg" }, + { id: "2", name: "Javier R.", role: "Business", company: "Verified Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-counter_107420-63587.jpg" }, + { id: "3", name: "Sophie L.", role: "Romantic", company: "Verified Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg" }, + { id: "4", name: "Marcus D.", role: "Professional", company: "Verified Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg" }, + { id: "5", name: "Ana S.", role: "Weekend", company: "Verified Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13209.jpg" }, ]} title="1,438 Stories of Excellence" description="Trusted by guests for our commitment to refined hospitality." @@ -270,28 +132,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - badge: "Best Value", - price: "From €180", - subtitle: "Superior Stay", - features: [ - "Complimentary Breakfast", - "Free Wifi", - "Late Checkout", - ], - }, - { - id: "p2", - badge: "Popular", - price: "From €250", - subtitle: "Suite Escape", - features: [ - "Balcony Access", - "Spa Access", - "Priority Support", - ], - }, + { id: "p1", badge: "Best Value", price: "From €180", subtitle: "Superior Stay", features: ["Complimentary Breakfast", "Free Wifi", "Late Checkout"] }, + { id: "p2", badge: "Popular", price: "From €250", subtitle: "Suite Escape", features: ["Balcony Access", "Spa Access", "Priority Support"] }, ]} title="Transparent Booking" description="Reserve direct for added benefits and the best rate guaranteed." @@ -301,9 +143,7 @@ export default function LandingPage() {