From c7b2f2ea7506f9ebadb20c606fcb91a9d9bb0619 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:14:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 ++++++++--------------------------------------- 1 file changed, 41 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b14c00..e0a67f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,12 @@ export default function LandingPage() { @@ -141,27 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - tag: "Relax", - title: "Luxury Spa", - subtitle: "Wellness", - description: "Rejuvenate your senses in our world-class sanctuary.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-resort_74190-9353.jpg", - }, - { - tag: "Dining", - title: "Fine Dining", - subtitle: "Culinary", - description: "Experience exquisite flavors from our expert chefs.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993706.jpg", - }, - { - tag: "Active", - title: "Fitness Center", - subtitle: "Wellness", - description: "State-of-the-art equipment for your daily health.", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-beach-with-sun-beds-against-sea-mountains-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18733.jpg", - }, + { tag: "Relax", title: "Luxury Spa", subtitle: "Wellness", description: "Rejuvenate your senses in our world-class sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-resort_74190-9353.jpg" }, + { tag: "Dining", title: "Fine Dining", subtitle: "Culinary", description: "Experience exquisite flavors from our expert chefs.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993706.jpg" }, + { tag: "Active", title: "Fitness Center", subtitle: "Wellness", description: "State-of-the-art equipment for your daily health.", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-beach-with-sun-beds-against-sea-mountains-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18733.jpg" }, ]} title="Resort Amenities" description="Indulge in an array of world-class facilities meticulously crafted for your absolute comfort." @@ -175,48 +99,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "s1", - name: "Royal Suite", - price: "$1,200", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", - }, - { - id: "s2", - name: "Ocean View Villa", - price: "$950", - variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1945.jpg", - }, - { - id: "s3", - name: "Garden Villa", - price: "$700", - variant: "Comfort", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg", - }, - { - id: "s4", - name: "Family Suite", - price: "$850", - variant: "Spacious", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg", - }, - { - id: "s5", - name: "Deluxe Room", - price: "$500", - variant: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929502.jpg", - }, - { - id: "s6", - name: "Studio Suite", - price: "$400", - variant: "Cosy", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160768.jpg", - }, + { id: "s1", name: "Royal Suite", price: "$1,200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg" }, + { id: "s2", name: "Ocean View Villa", price: "$950", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1945.jpg" }, + { id: "s3", name: "Garden Villa", price: "$700", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg" }, + { id: "s4", name: "Family Suite", price: "$850", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg" }, + { id: "s5", name: "Deluxe Room", price: "$500", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929502.jpg" }, + { id: "s6", name: "Studio Suite", price: "$400", variant: "Cosy", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160768.jpg" }, ]} title="Suites & Villas" description="Experience unparalleled comfort in our curated selection of luxury suites." @@ -227,47 +115,13 @@ export default function LandingPage() { -- 2.49.1