Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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 { UserRoundCog, HandSparkles, Tree, Heart } 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>
|
||||
@@ -70,7 +53,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Welcome to Australasia Resort Safari Park"
|
||||
description="Nestled in the heart of Balingasao, Bolinao, Pangasinan, our resort is a sanctuary where nature's tranquility meets warm Filipino hospitality. Our mission is to provide an unparalleled escape, fostering relaxation, joy, and cherished memories for every guest."
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,32 +63,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our dedicated team goes above and beyond to cater to your needs with genuine warmth and efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485992.jpg",
|
||||
imageAlt: "Exceptional Service",
|
||||
buttonIcon: "UserRoundCog",
|
||||
title: "Exceptional Service", description: "Our dedicated team goes above and beyond to cater to your needs with genuine warmth and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485992.jpg", imageAlt: "Exceptional Service", buttonIcon: UserRoundCog,
|
||||
},
|
||||
{
|
||||
title: "Immaculate Cleanliness",
|
||||
description: "We maintain the highest standards of hygiene and sanitation across all our facilities for your peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beds-with-sea-view_1137-126.jpg",
|
||||
imageAlt: "Immaculate Cleanliness",
|
||||
buttonIcon: "HandSparkles",
|
||||
title: "Immaculate Cleanliness", description: "We maintain the highest standards of hygiene and sanitation across all our facilities for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-green-glossy-tiles-minimalist-interior_169016-68857.jpg", imageAlt: "Immaculate Cleanliness", buttonIcon: HandSparkles,
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "Committed to preserving our natural environment through eco-friendly operations and initiatives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hiker-forest_23-2147683103.jpg",
|
||||
imageAlt: "Sustainable Practices",
|
||||
buttonIcon: "Tree",
|
||||
title: "Sustainable Practices", description: "Committed to preserving our natural environment through eco-friendly operations and initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/hiker-forest_23-2147683103.jpg", imageAlt: "Sustainable Practices", buttonIcon: Tree,
|
||||
},
|
||||
{
|
||||
title: "Community Engagement",
|
||||
description: "We actively support local communities and businesses, contributing to the region's prosperity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg",
|
||||
imageAlt: "Community Engagement",
|
||||
buttonIcon: "Heart",
|
||||
title: "Community Engagement", description: "We actively support local communities and businesses, contributing to the region's prosperity.", imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg", imageAlt: "Community Engagement", buttonIcon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to You"
|
||||
@@ -117,71 +84,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,7 +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';
|
||||
import { Waves, Utensils, Heart, Leaf, Megaphone, Palette } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,7 +55,7 @@ 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: Waves,
|
||||
},
|
||||
{
|
||||
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,
|
||||
@@ -82,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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
@@ -70,8 +52,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Visit"
|
||||
description="Have questions or ready to book? Our team is here to assist you. Fill out the form below or reach us directly via phone or Facebook Messenger. We look forward to welcoming you to Australasia Resort Safari Park!"
|
||||
@@ -85,7 +66,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Contact Details & Location"
|
||||
description="Australasia Resort Safari Park\\\nBalingasao, Bolinao, Pangasinan, Philippines\\\nContact Number: 0960 260 7986\\\nEmail: info@australasiaresort.com (placeholder)\\\nHours: Open Daily 8 AM - 8 PM"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,71 +74,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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>
|
||||
@@ -71,63 +53,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
@@ -138,7 +81,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
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>
|
||||
|
||||
@@ -146,71 +89,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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>
|
||||
@@ -73,53 +55,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1-full",
|
||||
name: "Sarah Johnson",
|
||||
role: "Family Vacationer",
|
||||
testimonial: "Our family had an incredible time! The staff were so friendly, and the rooms were exceptionally clean and comfortable. A truly relaxing getaway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1-full", name: "Sarah Johnson", role: "Family Vacationer", testimonial: "Our family had an incredible time! The staff were so friendly, and the rooms were exceptionally clean and comfortable. A truly relaxing getaway.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2-full",
|
||||
name: "Michael Chen",
|
||||
role: "Couple's Retreat",
|
||||
testimonial: "A perfect peaceful escape. The ambiance is just what we needed, and the hospitality was unmatched. We will definitely be back soon!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lounge-area-smiling-elderly-guy-snaps-photo-his-phone-while-staff-aids-another-client-background-retired-senior-traveller-taking-photos-pleasant-holiday-trip-his-smartphone_482257-70104.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2-full", name: "Michael Chen", role: "Couple's Retreat", testimonial: "A perfect peaceful escape. The ambiance is just what we needed, and the hospitality was unmatched. We will definitely be back soon!", imageSrc: "http://img.b2bpic.net/free-photo/hotel-lounge-area-smiling-elderly-guy-snaps-photo-his-phone-while-staff-aids-another-client-background-retired-senior-traveller-taking-photos-pleasant-holiday-trip-his-smartphone_482257-70104.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3-full",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Group Traveler",
|
||||
testimonial: "We held our team building here and everyone loved it! The facilities were well-maintained and the food was fantastic. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-pool-concept-with-couple_23-2147814785.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3-full", name: "Emily Rodriguez", role: "Group Traveler", testimonial: "We held our team building here and everyone loved it! The facilities were well-maintained and the food was fantastic. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/summer-pool-concept-with-couple_23-2147814785.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4-full",
|
||||
name: "David Kim",
|
||||
role: "Solo Adventurer",
|
||||
testimonial: "The serene environment allowed me to truly unwind. Exceptional cleanliness everywhere, and the views are breathtaking. A hidden gem!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4-full", name: "David Kim", role: "Solo Adventurer", testimonial: "The serene environment allowed me to truly unwind. Exceptional cleanliness everywhere, and the views are breathtaking. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5-full",
|
||||
name: "Jessica Lee",
|
||||
role: "Event Planner",
|
||||
testimonial: "Australasia Resort was the ideal venue for our event. The staff's professionalism and attention to detail made everything seamless. Truly impressive!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9733.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5-full", name: "Jessica Lee", role: "Event Planner", testimonial: "Australasia Resort was the ideal venue for our event. The staff's professionalism and attention to detail made everything seamless. Truly impressive!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9733.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "6-full",
|
||||
name: "Robert Davis",
|
||||
role: "Weekend Getaway",
|
||||
testimonial: "Absolutely loved my stay! The peaceful environment and the caring staff made it an unforgettable experience. Can't wait for my next visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-beach_23-2149445595.jpg",
|
||||
imageAlt: "Robert Davis",
|
||||
},
|
||||
id: "6-full", name: "Robert Davis", role: "Weekend Getaway", testimonial: "Absolutely loved my stay! The peaceful environment and the caring staff made it an unforgettable experience. Can't wait for my next visit.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-beach_23-2149445595.jpg", imageAlt: "Robert Davis"},
|
||||
]}
|
||||
title="Authentic Guest Experiences"
|
||||
description="Read what our cherished guests have to say about their stays, highlighting our warm hospitality, impeccable cleanliness, and serene environment."
|
||||
@@ -130,7 +76,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Feedback Matters"
|
||||
description="We are committed to providing exceptional service and value your feedback. Our high ratings reflect our dedication to creating memorable experiences for every visitor. We continuously strive to improve based on your valuable insights."
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,71 +84,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user