Update src/app/amenities/page.tsx

This commit is contained in:
2026-06-10 06:16:02 +00:00
parent 92ead1f050
commit 3655ae18a0

View File

@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextAbout from '@/components/sections/about/TextAbout';
import { SwimmingPool, Utensils, Heart, Leaf, Megaphone, Palette } from 'lucide-react';
export default function LandingPage() {
return (
@@ -26,42 +27,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>
@@ -72,46 +55,22 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Swimming Pool",
description: "Enjoy a refreshing dip in our expansive, clean swimming pool, perfect for all ages.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9018.jpg",
imageAlt: "Resort Swimming Pool",
buttonIcon: "SwimmingPool",
title: "Swimming Pool", description: "Enjoy a refreshing dip in our expansive, clean swimming pool, perfect for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9018.jpg", imageAlt: "Resort Swimming Pool", buttonIcon: SwimmingPool,
},
{
title: "Restaurant & Dining",
description: "Savor delicious local and international cuisine in our resort's welcoming restaurant.",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-fruits-plate_140725-1418.jpg",
imageAlt: "Resort Restaurant",
buttonIcon: "Utensils",
title: "Restaurant & Dining", description: "Savor delicious local and international cuisine in our resort's welcoming restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-fruits-plate_140725-1418.jpg", imageAlt: "Resort Restaurant", buttonIcon: Utensils,
},
{
title: "Relaxing Spa",
description: "Indulge in a rejuvenating massage or treatment at our tranquil on-site spa.",
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-three-oil-jars_1122-1509.jpg",
imageAlt: "Resort Spa",
buttonIcon: "Heart",
title: "Relaxing Spa", description: "Indulge in a rejuvenating massage or treatment at our tranquil on-site spa.", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-three-oil-jars_1122-1509.jpg", imageAlt: "Resort Spa", buttonIcon: Heart,
},
{
title: "Lush Gardens",
description: "Stroll through our beautifully landscaped gardens, offering peaceful spots for relaxation.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg",
imageAlt: "Resort Gardens",
buttonIcon: "Leaf",
title: "Lush Gardens", description: "Stroll through our beautifully landscaped gardens, offering peaceful spots for relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg", imageAlt: "Resort Gardens", buttonIcon: Leaf,
},
{
title: "Event Venues",
description: "Host your special occasions in our versatile event pavilions and function halls.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg",
imageAlt: "Resort Event Venues",
buttonIcon: "Megaphone",
title: "Event Venues", description: "Host your special occasions in our versatile event pavilions and function halls.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg", imageAlt: "Resort Event Venues", buttonIcon: Megaphone,
},
{
title: "Family Activities",
description: "Engage in various family-friendly activities and outdoor recreation areas for endless fun.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-air-flow-hockey_23-2148361517.jpg",
imageAlt: "Resort Family Activities",
buttonIcon: "Palette",
title: "Family Activities", description: "Engage in various family-friendly activities and outdoor recreation areas for endless fun.", imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-air-flow-hockey_23-2148361517.jpg", imageAlt: "Resort Family Activities", buttonIcon: Palette,
},
]}
title="Resort Amenities"
@@ -123,7 +82,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Experience True Relaxation"
description="From our sparkling swimming pools to lush outdoor recreation areas, every amenity is crafted to provide a peaceful and enjoyable experience for all ages. Enjoy the beauty of nature while indulging in modern comforts."
/>
</div>
@@ -131,71 +90,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"},
],
},
]}