From f6e1cf0232f360e5a9aca402a34e5374ae6c77c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:49:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c96542..94be4b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg", imageAlt: "Boutique hotel lobby" }, { imageSrc: "http://img.b2bpic.net/free-photo/square-vintage-building_1359-804.jpg", imageAlt: "Nearby museum landmark" }, { imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661425.jpg", imageAlt: "Urban hotel view" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg?_wi=1", imageAlt: "Hotel reception" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg", imageAlt: "Hotel reception" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-people-skateboarding-japan_23-2149331752.jpg", imageAlt: "Jaro Cathedral view" } ]} /> @@ -59,6 +59,7 @@ export default function LandingPage() { description="Experience urban comfort designed for the smart traveler." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Comfort-First Rooms", description: "Air-conditioned, clean, and designed for real rest.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pink-accents-modern-artwork_23-2152001379.jpg", imageAlt: "Clean minimalist room" }, { title: "Prime Location", description: "Near Jaro Cathedral, Museo Iloilo & city hotspots.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-city_1127-3331.jpg", imageAlt: "Nearby landmarks" }, @@ -73,6 +74,7 @@ export default function LandingPage() { description="Choose your stay today." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "twin", title: "Standard Twin Room", price: "₱900+", period: "/night", features: ["Perfect for solo travelers", "Clean & efficient", "Air-conditioned"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg" }, { id: "double", title: "Double Room", price: "₱1,000+", period: "/night", features: ["Ideal for couples", "Quiet & cozy", "Modern design"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/still-life-blue-tones-with-wooden-inscription-home-decorative-elements-living-room_169016-3982.jpg" } @@ -86,6 +88,7 @@ export default function LandingPage() { description="What you see is what you get—clean, simple, reliable comfort. Our boutique hotel space is designed to make you feel right at home." imageSrc="http://img.b2bpic.net/free-photo/skyscraper-modern-office-buildings-city_23-2148836816.jpg" imageAlt="Lobby area" + useInvertedBackground={false} /> @@ -102,6 +105,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -109,11 +113,13 @@ export default function LandingPage() { @@ -125,6 +131,7 @@ export default function LandingPage() { description="Nothing you don't." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "a1", value: "✓", title: "Free Wi-Fi", items: ["High speed", "Unlimited"] }, { id: "a2", value: "✓", title: "AC Rooms", items: ["Climate control", "Quiet"] }, @@ -141,6 +148,7 @@ export default function LandingPage() { description="Rooms fill fast. Contact us via 0917 320 8996 or use the form below to check current availability." buttons={[{ text: "Check Availability", href: "#" }]} background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1