Update src/app/rooms/page.tsx

This commit is contained in:
2026-06-10 06:16:03 +00:00
parent b04dcd1277
commit 80836b8e19

View File

@@ -26,42 +26,24 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Rooms",
id: "/rooms",
},
name: "Rooms", id: "/rooms"},
{
name: "Amenities",
id: "/amenities",
},
name: "Amenities", id: "/amenities"},
{
name: "Events",
id: "/events",
},
name: "Events", id: "/events"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
brandName="Australasia Resort"
/>
</div>
@@ -74,47 +56,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "deluxe-room-full",
name: "Deluxe Room",
price: "₱6,500/night",
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg",
imageAlt: "Deluxe Room",
},
id: "deluxe-room-full", name: "Deluxe Room", price: "₱6,500/night", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", imageAlt: "Deluxe Room"},
{
id: "family-suite-full",
name: "Family Suite",
price: "₱9,000/night",
imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4050.jpg",
imageAlt: "Family Suite",
},
id: "family-suite-full", name: "Family Suite", price: "₱9,000/night", imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4050.jpg", imageAlt: "Family Suite"},
{
id: "standard-room-full",
name: "Standard Room",
price: "₱4,800/night",
imageSrc: "http://img.b2bpic.net/free-photo/food-flowers-breakfast-table-bed_23-2148007244.jpg",
imageAlt: "Standard Room",
},
id: "standard-room-full", name: "Standard Room", price: "₱4,800/night", imageSrc: "http://img.b2bpic.net/free-photo/food-flowers-breakfast-table-bed_23-2148007244.jpg", imageAlt: "Standard Room"},
{
id: "luxury-suite",
name: "Luxury Suite",
price: "₱12,000/night",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
imageAlt: "Luxury Suite",
},
id: "luxury-suite", name: "Luxury Suite", price: "₱12,000/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Luxury Suite"},
{
id: "private-cottage",
name: "Private Cottage",
price: "₱7,500/night",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-housewife-wearing-gloves-with-thumb-up-kitchen-home-cleaning-time_496169-2046.jpg",
imageAlt: "Private Cottage",
},
id: "private-cottage", name: "Private Cottage", price: "₱7,500/night", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-housewife-wearing-gloves-with-thumb-up-kitchen-home-cleaning-time_496169-2046.jpg", imageAlt: "Private Cottage"},
{
id: "garden-villa",
name: "Garden Villa",
price: "₱15,000/night",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-chair-umbrella-vacation-nature_1203-4925.jpg",
imageAlt: "Garden Villa",
},
id: "garden-villa", name: "Garden Villa", price: "₱15,000/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-chair-umbrella-vacation-nature_1203-4925.jpg", imageAlt: "Garden Villa"},
]}
title="Explore Our Rooms & Suites"
description="Find the perfect accommodation for your family, group, or solo retreat at Australasia Resort Safari Park."
@@ -125,7 +77,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Comfort & Style Awaits"
description="Each of our rooms is meticulously designed for your comfort, featuring modern amenities and serene views to ensure a memorable stay. We offer a variety of options to suit every need, from intimate couples' retreats to spacious family accommodations."
/>
</div>
@@ -133,71 +85,43 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Resort",
items: [
title: "Resort", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
],
},
{
title: "Accommodations",
items: [
title: "Accommodations", items: [
{
label: "Rooms & Suites",
href: "/rooms",
},
label: "Rooms & Suites", href: "/rooms"},
{
label: "Family Rooms",
href: "/rooms#family-suite",
},
label: "Family Rooms", href: "/rooms#family-suite"},
{
label: "Amenities",
href: "/amenities",
},
label: "Amenities", href: "/amenities"},
],
},
{
title: "Events",
items: [
title: "Events", items: [
{
label: "Weddings",
href: "/events",
},
label: "Weddings", href: "/events"},
{
label: "Corporate",
href: "/events",
},
label: "Corporate", href: "/events"},
{
label: "Celebrations",
href: "/events",
},
label: "Celebrations", href: "/events"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Get Directions",
href: "https://maps.app.goo.gl/example",
},
label: "Get Directions", href: "https://maps.app.goo.gl/example"},
{
label: "Call Now",
href: "tel:+639602607986",
},
label: "Call Now", href: "tel:+639602607986"},
],
},
]}