diff --git a/src/app/page.tsx b/src/app/page.tsx index 08a387d..d3944a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,62 +32,26 @@ export default function LandingPage() {
@@ -116,48 +75,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "1", - name: "Classic King Room", - price: "From $350/night", - variant: "Cozy & Elegant", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg", - }, - { - id: "2", - name: "Deluxe Queen Room", - price: "From $420/night", - variant: "Spacious & Modern", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", - }, - { - id: "3", - name: "Executive Studio", - price: "From $550/night", - variant: "Business Ready", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-smartphone-vibrator_23-2150232150.jpg", - }, - { - id: "4", - name: "Serena Signature Suite", - price: "From $850/night", - variant: "Ultimate Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg", - }, - { - id: "5", - name: "Grand Panorama Suite", - price: "From $1,200/night", - variant: "Breathtaking Views", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", - }, - { - id: "6", - name: "Garden Retreat Suite", - price: "From $750/night", - variant: "Garden Access", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-couple-wearing-linen-clothing_23-2150695689.jpg", - }, + { id: "1", name: "Classic King Room", price: "From $350/night", variant: "Cozy & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg" }, + { id: "2", name: "Deluxe Queen Room", price: "From $420/night", variant: "Spacious & Modern", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg" }, + { id: "3", name: "Executive Studio", price: "From $550/night", variant: "Business Ready", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-smartphone-vibrator_23-2150232150.jpg" }, + { id: "4", name: "Serena Signature Suite", price: "From $850/night", variant: "Ultimate Luxury", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg" }, + { id: "5", name: "Grand Panorama Suite", price: "From $1,200/night", variant: "Breathtaking Views", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg" }, + { id: "6", name: "Garden Retreat Suite", price: "From $750/night", variant: "Garden Access", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-couple-wearing-linen-clothing_23-2150695689.jpg" } ]} title="Refined Accommodations" description="Each room and suite is meticulously designed to offer a peaceful haven for your travels." @@ -170,21 +93,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Infinity Pool", - description: "Relax in our crystal-clear infinity pool overlooking the city skyline.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", - }, - { - title: "Serena Wellness Spa", - description: "Rejuvenate with world-class holistic treatments tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-relaxing-together_23-2151178232.jpg", - }, - { - title: "Gourmet Fine Dining", - description: "Experience exquisite local and global flavors at our signature restaurant.", - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg", - }, + { title: "Infinity Pool", description: "Relax in our crystal-clear infinity pool overlooking the city skyline.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg" }, + { title: "Serena Wellness Spa", description: "Rejuvenate with world-class holistic treatments tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-relaxing-together_23-2151178232.jpg" }, + { title: "Gourmet Fine Dining", description: "Experience exquisite local and global flavors at our signature restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg" } ]} title="Hotel Amenities & Services" description="Enhance your stay with our curated amenities designed for relaxation and rejuvenation." @@ -198,24 +109,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Elena Vance", - role: "General Manager", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-handing-his-boarding-pass-counter_107420-63586.jpg", - }, - { - id: "t2", - name: "Marcus Thorne", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727978.jpg", - }, - { - id: "t3", - name: "Sophie Reed", - role: "Concierge Lead", - imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714432.jpg", - }, + { id: "t1", name: "Elena Vance", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-handing-his-boarding-pass-counter_107420-63586.jpg" }, + { id: "t2", name: "Marcus Thorne", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727978.jpg" }, + { id: "t3", name: "Sophie Reed", role: "Concierge Lead", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714432.jpg" } ]} title="Meet Our Dedicated Team" description="Our passionate experts are dedicated to ensuring your every wish is met with grace and attention." @@ -226,31 +122,11 @@ export default function LandingPage() {