From 7667c119cfdc840b21afac17b8658ff8b6989225 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:10:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 313 +++++------------------------------------------ 1 file changed, 31 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0a9fac..446f93a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,123 +30,25 @@ export default function LandingPage() {
@@ -157,75 +59,19 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - title: "Wellness Sanctuary", - description: "Rejuvenate with our world-class spa facilities, offering bespoke treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life_23-2147821076.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/serene-bedroom-oasis-with-waterfall-view_23-2152008210.jpg", - buttonText: "Discover Spa", - }, - { - title: "Gourmet Gastronomy", - description: "Taste the finest local flavors prepared by our private award-winning chefs.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", - buttonText: "Explore Dining", - }, - { - title: "Private Suites", - description: "Luxurious living spaces designed with maximum privacy and comfort in mind.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/summer-sky-bungalow-palm-swimming_1253-648.jpg", - buttonText: "Book Suite", - }, + { title: "Private Events", description: "Exclusive dining for private gatherings and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/dinner-party_23-2148564177.jpg", titleImageSrc: "", buttonText: "Learn More" }, + { title: "Personalized Menus", description: "Tailored seasonal menus designed around your dietary preferences.", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-plate_23-2148949025.jpg", titleImageSrc: "", buttonText: "Start Planning" }, + { title: "Professional Service", description: "High-end execution with full kitchen cleanup included.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving_23-2148949040.jpg", titleImageSrc: "", buttonText: "Request Quote" }, ]} - title="Unrivaled Amenities" - description="Indulge in a curated collection of services that define modern elegance." - /> - - -
-
@@ -235,92 +81,20 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Elena Vance", - role: "Traveler", - company: "Global Explorers", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg", - }, - { - id: "t2", - name: "Marcus Thorne", - role: "CEO", - company: "Tech Innovations", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-lady-midi-beige-dress-with-little-straw-bag-holds-boater-brunette-woman-smiles-walks-along-path-old-south-city_197531-30089.jpg", - }, - { - id: "t3", - name: "Sarah Jenkins", - role: "Creative", - company: "Design Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-spirited-male-passenger-with-trolley-suitcase-getting-off-moving-staircase-airport_259150-58718.jpg", - }, - { - id: "t4", - name: "David Wu", - role: "Director", - company: "Architects Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-bearded-male-jeans-fleece-shirt-stand-step-holds-backpack_613910-12211.jpg", - }, - { - id: "t5", - name: "Claire Dupont", - role: "Designer", - company: "Creative Firm", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8839.jpg", - }, - ]} - title="Guest Testimonials" - description="See why our guests return time and again." - /> - - -
-
@@ -328,38 +102,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file