Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-06-10 06:17:16 +00:00
Showing only changes of commit bdae57f4f0 - Show all commits

View File

@@ -26,42 +26,24 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Rooms", name: "Rooms", id: "/rooms"},
id: "/rooms",
},
{ {
name: "Amenities", name: "Amenities", id: "/amenities"},
id: "/amenities",
},
{ {
name: "Events", name: "Events", id: "/events"},
id: "/events",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "/contact"}}
href: "/contact",
}}
brandName="Australasia Resort" brandName="Australasia Resort"
/> />
</div> </div>
@@ -71,63 +53,24 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
products={[ products={[
{ {
id: "gallery-rooms-full-1", id: "gallery-rooms-full-1", name: "Cozy Room", price: "", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg", imageAlt: "Resort Room"},
name: "Cozy Room",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683421.jpg",
imageAlt: "Resort Room",
},
{ {
id: "gallery-pool-full-1", id: "gallery-pool-full-1", name: "Refreshing Pool", price: "", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-puts-mask-mom-high-quality-photo_72229-785.jpg", imageAlt: "Resort Pool"},
name: "Refreshing Pool",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-puts-mask-mom-high-quality-photo_72229-785.jpg",
imageAlt: "Resort Pool",
},
{ {
id: "gallery-events-full-1", id: "gallery-events-full-1", name: "Elegant Event Hall", price: "", imageSrc: "http://img.b2bpic.net/free-photo/long-white-dinner-table-with-sparkling-glassware-candleholders-stands-beach_1304-3243.jpg", imageAlt: "Resort Event Hall"},
name: "Elegant Event Hall",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/long-white-dinner-table-with-sparkling-glassware-candleholders-stands-beach_1304-3243.jpg",
imageAlt: "Resort Event Hall",
},
{ {
id: "gallery-outdoor-full-1", id: "gallery-outdoor-full-1", name: "Lush Outdoor Spaces", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-lifestyle-happy-smile-with-leisure-nearly-sea-beach-ocean_74190-8785.jpg", imageAlt: "Resort Outdoor"},
name: "Lush Outdoor Spaces",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-lifestyle-happy-smile-with-leisure-nearly-sea-beach-ocean_74190-8785.jpg",
imageAlt: "Resort Outdoor",
},
{ {
id: "gallery-activities-full-1", id: "gallery-activities-full-1", name: "Family Fun Activities", price: "", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1675.jpg", imageAlt: "Resort Activities"},
name: "Family Fun Activities",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1675.jpg",
imageAlt: "Resort Activities",
},
{ {
id: "gallery-facilities-full-1", id: "gallery-facilities-full-1", name: "Modern Facilities", price: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg", imageAlt: "Resort Facilities"},
name: "Modern Facilities",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg",
imageAlt: "Resort Facilities",
},
{ {
id: "gallery-sunset-full", id: "gallery-sunset-full", name: "Breathtaking Sunset", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pair-sunglasses-table-by-sea-sunset_181624-27113.jpg", imageAlt: "Resort Sunset"},
name: "Breathtaking Sunset",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/pair-sunglasses-table-by-sea-sunset_181624-27113.jpg",
imageAlt: "Resort Sunset",
},
{ {
id: "gallery-food-full", id: "gallery-food-full", name: "Gourmet Dining", price: "", imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1029.jpg", imageAlt: "Resort Food"},
name: "Gourmet Dining",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1029.jpg",
imageAlt: "Resort Food",
},
]} ]}
title="A Glimpse of Paradise" title="A Glimpse of Paradise"
description="Explore our vibrant photo gallery showcasing the beauty of Australasia Resort Safari Park, our stunning rooms, and unforgettable experiences." description="Explore our vibrant photo gallery showcasing the beauty of Australasia Resort Safari Park, our stunning rooms, and unforgettable experiences."
@@ -138,7 +81,7 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Capture the Moment" title="Capture the Moment"
description="Each image tells a story of relaxation, joy, and the natural beauty that surrounds our resort. We invite you to explore and imagine your next unforgettable getaway with us."
/> />
</div> </div>
@@ -146,71 +89,43 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Resort", title: "Resort", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Reviews", label: "Reviews", href: "/reviews"},
href: "/reviews",
},
{ {
label: "Gallery", label: "Gallery", href: "/gallery"},
href: "/gallery",
},
], ],
}, },
{ {
title: "Accommodations", title: "Accommodations", items: [
items: [
{ {
label: "Rooms & Suites", label: "Rooms & Suites", href: "/rooms"},
href: "/rooms",
},
{ {
label: "Family Rooms", label: "Family Rooms", href: "/rooms#family-suite"},
href: "/rooms#family-suite",
},
{ {
label: "Amenities", label: "Amenities", href: "/amenities"},
href: "/amenities",
},
], ],
}, },
{ {
title: "Events", title: "Events", items: [
items: [
{ {
label: "Weddings", label: "Weddings", href: "/events"},
href: "/events",
},
{ {
label: "Corporate", label: "Corporate", href: "/events"},
href: "/events",
},
{ {
label: "Celebrations", label: "Celebrations", href: "/events"},
href: "/events",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Get Directions", label: "Get Directions", href: "https://maps.app.goo.gl/example"},
href: "https://maps.app.goo.gl/example",
},
{ {
label: "Call Now", label: "Call Now", href: "tel:+639602607986"},
href: "tel:+639602607986",
},
], ],
}, },
]} ]}