Merge version_1 into main #4
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,6 +105,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,11 +113,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Trusted by Guests"
|
||||
cardAnimation="slide-up"
|
||||
cardTag=""
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-receive-room-key-card_482257-81604.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-central-park-manhattan-new-york-city-surrounded-by-skyscrapers_181624-52364.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-building-tokyo-cityscape_74190-7538.jpg" },
|
||||
{ id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg?_wi=2" },
|
||||
{ id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg" },
|
||||
{ id: "t5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/menu-board-french-restaurant_1147-449.jpg" }
|
||||
]}
|
||||
/>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user