Update src/app/rooms/page.tsx
This commit is contained in:
@@ -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>
|
||||||
@@ -74,47 +56,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "deluxe-room-full",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Explore Our Rooms & Suites"
|
||||||
description="Find the perfect accommodation for your family, group, or solo retreat at Australasia Resort Safari Park."
|
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
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Comfort & Style Awaits"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -133,71 +85,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",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user