From dbf5c9731cedfc5b406496595e8123374d99b8fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:02:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++++---------------------------------- 1 file changed, 45 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f66d19f..56ab99c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,57 +31,41 @@ export default function LandingPage() {
@@ -93,32 +77,22 @@ export default function LandingPage() { features={[ { icon: Wifi, - title: "Free WiFi", - description: "Stay connected with high-speed internet in every room.", - }, + title: "Free WiFi", description: "Stay connected while enjoying the quiet of the lake."}, { icon: Waves, - title: "Refreshing Pool", - description: "Take a dip and unwind in our sparkling outdoor pool.", - }, + title: "Private Pier Access", description: "Exclusive access to our private pier for boating and relaxation."}, { icon: Car, - title: "Convenient Parking", - description: "Complimentary on-site parking for all our guests.", - }, + title: "Easy Boat Parking", description: "Ample space to park your boat and trailer on-site."}, { icon: Wind, - title: "Air Conditioning", - description: "Climate-controlled rooms for your comfort in any season.", - }, + title: "Lake Breezes", description: "Enjoy climate-controlled rooms with natural lakeside ventilation."}, { icon: Sparkles, - title: "Spotless Rooms", - description: "We take pride in our rigorous cleaning standards.", - }, + title: "Spotless Retreats", description: "We maintain pristine rooms for a clean, comfortable stay."}, ]} - title="Everything You Need to Relax" - description="We go above and beyond to ensure your stay is stress-free, offering amenities designed for travelers, couples, and families alike." + title="Your Lakeside Paradise Awaits" + description="We offer everything a traveler needs for a memorable getaway, from lakeside adventure gear to quiet relaxation areas." /> @@ -130,28 +104,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "standard-1", - brand: "Merida Inn", - name: "Standard Room", - price: "$89/night", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/clean-room-with-rug-large-bed_1203-637.jpg", - imageAlt: "Standard comfortable room", - }, + id: "standard-1", brand: "Lakeside", name: "Lake View Standard", price: "$119/night", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/clean-room-with-rug-large-bed_1203-637.jpg", imageAlt: "Cozy room with a view"}, { - id: "family-1", - brand: "Merida Inn", - name: "Family Suite", - price: "$129/night", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/couple-hotel_1157-18434.jpg", - imageAlt: "Spacious family room", - }, + id: "suite-1", brand: "Lakeside", name: "Premium Lakefront Suite", price: "$189/night", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/couple-hotel_1157-18434.jpg", imageAlt: "Spacious suite looking over the water"}, ]} - title="Stay With Us" - description="Book direct for the best rate guaranteed. Choose from our comfortable standard rooms or spacious family suites." + title="Find Your Perfect Room" + description="Choose from our cozy standard rooms or upgrade to a premium suite for front-row views of the lake." /> @@ -163,92 +123,52 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Tourist", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624071.jpg?_wi=1", - }, + id: "1", name: "Alex River", role: "Nature Enthusiast", company: "Lakeside Guest", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624071.jpg?_wi=1"}, { - id: "2", - name: "Michael Chen", - role: "Traveler", - company: "Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-beach-male-model-with-shaved-head-sunglasses-smiling-brightly-camera-portrait-vacation-beauty-concept_74855-23319.jpg", - }, + id: "2", name: "Jordan Smith", role: "Angler", company: "Weekend Regular", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-beach-male-model-with-shaved-head-sunglasses-smiling-brightly-camera-portrait-vacation-beauty-concept_74855-23319.jpg"}, { - id: "3", - name: "Emily Rodriguez", - role: "Mom", - company: "Family Guest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-hugging_23-2149246740.jpg", - }, + id: "3", name: "Casey Taylor", role: "Family Traveler", company: "First Time Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-hugging_23-2149246740.jpg"}, { - id: "4", - name: "David Kim", - role: "Visitor", - company: "History Buff", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-excited-man-sits-bed-with-suitcase-going-holiday-holding-digital-camera-going-through-photo-album-gadget-preparing-summer-vacation_1258-314559.jpg", - }, - { - id: "5", - name: "Amanda P.", - role: "Solo Traveler", - company: "Weekend Escape", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624071.jpg?_wi=2", - }, + id: "4", name: "Sam Miller", role: "Photographer", company: "Travel Blogger", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-excited-man-sits-bed-with-suitcase-going-holiday-holding-digital-camera-going-through-photo-album-gadget-preparing-summer-vacation_1258-314559.jpg"}, ]} - title="Loved by Our Guests" - description="Read what our happy travelers have to say about their stay at Merida Inn & Suites." + title="What Our Guests Say" + description="Hear from the travelers who have made Lakeside Motel their favorite getaway spot." />
-- 2.49.1