From 4cdc281b0201d8b21e60cfeef1c273b35166a4b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:18:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 72 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6584b5..a7c621d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:08073897239"}} + text: "Call Now", href: "tel:08073897239" + }} /> @@ -52,10 +53,13 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg?_wi=1", imageAlt: "Deepika Comforts exterior view"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg", imageAlt: "Deepika Comforts exterior view" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Clean comfortable guest room"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Clean comfortable guest room" + }, ]} + mediaAnimation="opacity" rating={5} ratingText="4.6 Rating · 58 Reviews" background={{ variant: "plain" }} @@ -85,9 +89,10 @@ export default function LandingPage() { { title: "Easy Access to Essentials", description: "Close to food stalls, transportation, and all amenities you'll need during your visit."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg" imageAlt="Deepika Comforts comfortable room" imagePosition="right" + mediaAnimation="opacity" /> @@ -107,7 +112,8 @@ export default function LandingPage() { { text: "Check Availability", href: "#contact" }, ], features: [ - "Private attached bathroom", "AC or Non-AC options", "24-hour room service", "Complimentary WiFi"], + "Private attached bathroom", "AC or Non-AC options", "24-hour room service", "Complimentary WiFi" + ], }, { id: "deluxe", badge: "Deluxe Room", badgeIcon: Star, @@ -116,7 +122,8 @@ export default function LandingPage() { { text: "Check Availability", href: "#contact" }, ], features: [ - "Premium bedding & furnishings", "Advanced AC system", "Hot water 24/7", "TV & basic entertainment"], + "Premium bedding & furnishings", "Advanced AC system", "Hot water 24/7", "TV & basic entertainment" + ], }, { id: "family", badge: "Family Room", badgeIcon: Users, @@ -125,7 +132,8 @@ export default function LandingPage() { { text: "Check Availability", href: "#contact" }, ], features: [ - "Multiple beds or convertible layout", "Separate seating area", "Enhanced privacy & space", "Child-friendly amenities"], + "Multiple beds or convertible layout", "Separate seating area", "Enhanced privacy & space", "Child-friendly amenities" + ], }, ]} /> @@ -144,18 +152,22 @@ export default function LandingPage() { title: "Opposite Bus Stand", description: "Direct access to Kanyadi II Bus Stand for seamless transport connections to surrounding areas.", icon: Bus, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51661.jpg?_wi=1", imageAlt: "Location near bus stand"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51661.jpg", imageAlt: "Location near bus stand" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg?_wi=2", imageAlt: "Lodge frontage"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg", imageAlt: "Lodge frontage" + }, ], }, { title: "Near Dharmasthala Temple", description: "Walking distance to the sacred Dharmasthala Temple, making visits quick and convenient for pilgrims.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51661.jpg?_wi=2", imageAlt: "Temple proximity map"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51661.jpg", imageAlt: "Temple proximity map" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg?_wi=3", imageAlt: "Strategic location"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-door_1339-4255.jpg", imageAlt: "Strategic location" + }, ], }, ]} @@ -171,13 +183,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Perfect for pilgrims", quote: "The location is unbeatable—right opposite the bus stand and so close to the temple. Staff was incredibly helpful with directions. Highly recommended for temple visits.", name: "Ramesh Kumar", role: "Pilgrim from Bengaluru", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ramesh Kumar"}, + id: "1", title: "Perfect for pilgrims", quote: "The location is unbeatable—right opposite the bus stand and so close to the temple. Staff was incredibly helpful with directions. Highly recommended for temple visits.", name: "Ramesh Kumar", role: "Pilgrim from Bengaluru", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ramesh Kumar" + }, { - id: "2", title: "Clean rooms, great value", quote: "Stayed here with my family. The room was spotless, the beds were comfortable, and the price was fair. We'll definitely return for our next temple visit.", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"}, + id: "2", title: "Clean rooms, great value", quote: "Stayed here with my family. The room was spotless, the beds were comfortable, and the price was fair. We'll definitely return for our next temple visit.", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" + }, { - id: "3", title: "Friendly staff, convenient stay", quote: "The team went out of their way to help us with last-minute arrangements. Great breakfast recommendations nearby. Worth every rupee.", name: "Suresh Desai", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Suresh Desai"}, + id: "3", title: "Friendly staff, convenient stay", quote: "The team went out of their way to help us with last-minute arrangements. Great breakfast recommendations nearby. Worth every rupee.", name: "Suresh Desai", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Suresh Desai" + }, { - id: "4", title: "Best budget option in town", quote: "Can't find a better price for this quality. The lodge is well-maintained and the location is perfect. Highly satisfied with my experience.", name: "Anjali Patel", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anjali Patel"}, + id: "4", title: "Best budget option in town", quote: "Can't find a better price for this quality. The lodge is well-maintained and the location is perfect. Highly satisfied with my experience.", name: "Anjali Patel", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Patel" + }, ]} /> @@ -187,30 +203,37 @@ export default function LandingPage() { ctaTitle="Planning Your Visit to Dharmasthala?" ctaDescription="Check room availability, confirm your stay, or ask any questions. Our team responds quickly to ensure a smooth booking experience." ctaButton={{ - text: "Call Now: 080738 97239", href: "tel:08073897239"}} + text: "Call Now: 080738 97239", href: "tel:08073897239" + }} ctaIcon={Phone} useInvertedBackground={true} animationType="slide-up" faqs={[ { - id: "1", title: "What are the check-in and check-out times?", content: "Check-in time is 2:00 PM and check-out is 12:00 PM. Early check-in or late check-out may be arranged based on availability. Please call ahead to confirm."}, + id: "1", title: "What are the check-in and check-out times?", content: "Check-in time is 2:00 PM and check-out is 12:00 PM. Early check-in or late check-out may be arranged based on availability. Please call ahead to confirm." + }, { - id: "2", title: "How do I book a room?", content: "Call us directly at 080738 97239 or use our website form to inquire about availability. We'll confirm your booking and answer any questions you have."}, + id: "2", title: "How do I book a room?", content: "Call us directly at 080738 97239 or use our website form to inquire about availability. We'll confirm your booking and answer any questions you have." + }, { - id: "3", title: "Is WiFi available?", content: "Yes, complimentary WiFi is available in all rooms. You'll receive the password at check-in."}, + id: "3", title: "Is WiFi available?", content: "Yes, complimentary WiFi is available in all rooms. You'll receive the password at check-in." + }, { - id: "4", title: "Do you accept groups?", content: "Absolutely! We offer special rates for groups and extended stays. Contact us with your group size and dates for a customized quote."}, + id: "4", title: "Do you accept groups?", content: "Absolutely! We offer special rates for groups and extended stays. Contact us with your group size and dates for a customized quote." + }, { - id: "5", title: "Is parking available?", content: "Limited parking is available on-site. Please inform us about your vehicle when booking to confirm space availability."}, + id: "5", title: "Is parking available?", content: "Limited parking is available on-site. Please inform us about your vehicle when booking to confirm space availability." + }, { - id: "6", title: "Are meals included?", content: "Rooms do not include meals, but we can recommend nearby restaurants and food options. Breakfast delivery can be arranged upon request."}, + id: "6", title: "Are meals included?", content: "Rooms do not include meals, but we can recommend nearby restaurants and food options. Breakfast delivery can be arranged upon request." + }, ]} />