Update src/app/page.tsx
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { HeartHandshake, Sparkles, Leaf, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,42 +30,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,41 +55,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Peaceful Escape in Bolinao"
|
||||
description="Experience comfort, relaxation, warm hospitality, and unforgettable moments at Australasia Resort Safari Park."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+639602607986",
|
||||
},
|
||||
text: "Call Now", href: "tel:+639602607986"},
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "/contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-surprised-brunette-woman-looks-front_197531-24122.jpg",
|
||||
alt: "Happy Guest 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-surprised-brunette-woman-looks-front_197531-24122.jpg", alt: "Happy Guest 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/slim-woman-enjoying-exotic-place-joyful-tanned-lady-standing-near-palm-trees-smiling_197531-21144.jpg",
|
||||
alt: "Happy Guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/slim-woman-enjoying-exotic-place-joyful-tanned-lady-standing-near-palm-trees-smiling_197531-21144.jpg", alt: "Happy Guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-portrait_1296-713.jpg",
|
||||
alt: "Happy Guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-portrait_1296-713.jpg", alt: "Happy Guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588707.jpg",
|
||||
alt: "Happy Guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588707.jpg", alt: "Happy Guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-couple-posing-vacation_23-2148656209.jpg",
|
||||
alt: "Happy Guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-couple-posing-vacation_23-2148656209.jpg", alt: "Happy Guest 5"},
|
||||
]}
|
||||
avatarText="⭐ 4.3 Rating from over 500 Guests"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15389.jpg"
|
||||
@@ -114,30 +82,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-sunset-its-reflection-water_181624-10898.jpg",
|
||||
alt: "Beautiful sunset and its reflection in the water",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-sunset-its-reflection-water_181624-10898.jpg", alt: "Beautiful sunset and its reflection in the water"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/romantic-women-long-dresses-posing-beautiful-nature-outdoor-full-length-shot-women-spending-time-resort_197531-9193.jpg",
|
||||
alt: "Romantic women in long dresses posing on beautiful nature. Outdoor full-length shot of women spending time at resort.",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/romantic-women-long-dresses-posing-beautiful-nature-outdoor-full-length-shot-women-spending-time-resort_197531-9193.jpg", alt: "Romantic women in long dresses posing on beautiful nature. Outdoor full-length shot of women spending time at resort."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3508.jpg",
|
||||
alt: "Swimming pool",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3508.jpg", alt: "Swimming pool"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-positive-happy-slim-woman-colorful-swimsuit-luxury-amazing-hotel-villa-enjoying-beautiful-day-vacation-thailand_343596-2603.jpg",
|
||||
alt: "Young pretty positive happy slim woman in colorful swimsuit at luxury amazing hotel villa enjoying beautiful day on vacation in Thailand",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-pretty-positive-happy-slim-woman-colorful-swimsuit-luxury-amazing-hotel-villa-enjoying-beautiful-day-vacation-thailand_343596-2603.jpg", alt: "Young pretty positive happy slim woman in colorful swimsuit at luxury amazing hotel villa enjoying beautiful day on vacation in Thailand"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-man-with-cheerful-expression-pointing-thumb-his-girlfriend-sunglasses-while-telling-jokes_273609-6608.jpg",
|
||||
alt: "Middle-aged bearded man with cheerful expression pointing thumb at his girlfriend in sunglasses while telling jokes.",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-man-with-cheerful-expression-pointing-thumb-his-girlfriend-sunglasses-while-telling-jokes_273609-6608.jpg", alt: "Middle-aged bearded man with cheerful expression pointing thumb at his girlfriend in sunglasses while telling jokes."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,32 +101,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Friendly and accommodating staff dedicated to making every stay memorable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-salon_23-2149975486.jpg",
|
||||
imageAlt: "Friendly resort staff",
|
||||
buttonIcon: "HeartHandshake",
|
||||
title: "Warm Hospitality", description: "Friendly and accommodating staff dedicated to making every stay memorable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-salon_23-2149975486.jpg", imageAlt: "Friendly resort staff", buttonIcon: HeartHandshake,
|
||||
},
|
||||
{
|
||||
title: "Clean & Comfortable",
|
||||
description: "Well-maintained rooms and facilities designed for ultimate relaxation and hygiene.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-green-glossy-tiles-minimalist-interior_169016-68857.jpg",
|
||||
imageAlt: "Clean resort room",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Clean & Comfortable", description: "Well-maintained rooms and facilities designed for ultimate relaxation and hygiene.", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-green-glossy-tiles-minimalist-interior_169016-68857.jpg", imageAlt: "Clean resort room", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Relaxing Environment",
|
||||
description: "Enjoy a peaceful atmosphere surrounded by nature, perfect for unwinding and rejuvenation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-camera_72229-1155.jpg",
|
||||
imageAlt: "Resort relaxing environment",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Relaxing Environment", description: "Enjoy a peaceful atmosphere surrounded by nature, perfect for unwinding and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-camera_72229-1155.jpg", imageAlt: "Resort relaxing environment", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Perfect for Families & Groups",
|
||||
description: "Ideal for vacations, reunions, team outings, and special celebrations of all sizes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132610.jpg",
|
||||
imageAlt: "Family enjoying resort",
|
||||
buttonIcon: "Users",
|
||||
title: "Perfect for Families & Groups", description: "Ideal for vacations, reunions, team outings, and special celebrations of all sizes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132610.jpg", imageAlt: "Family enjoying resort", buttonIcon: Users,
|
||||
},
|
||||
]}
|
||||
title="Why Guests Love Us"
|
||||
@@ -189,34 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe Room",
|
||||
price: "₱6,500/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-warm-minimalism-wavy-bench_169016-68902.jpg",
|
||||
imageAlt: "Deluxe Room",
|
||||
},
|
||||
id: "deluxe-room", name: "Deluxe Room", price: "₱6,500/night", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-warm-minimalism-wavy-bench_169016-68902.jpg", imageAlt: "Deluxe Room"},
|
||||
{
|
||||
id: "family-suite",
|
||||
name: "Family Suite",
|
||||
price: "₱9,000/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/embraced-couple-bathrobes-talking-while-relaxing-bed-hotel-room_637285-7656.jpg",
|
||||
imageAlt: "Family Suite",
|
||||
},
|
||||
id: "family-suite", name: "Family Suite", price: "₱9,000/night", imageSrc: "http://img.b2bpic.net/free-photo/embraced-couple-bathrobes-talking-while-relaxing-bed-hotel-room_637285-7656.jpg", imageAlt: "Family Suite"},
|
||||
{
|
||||
id: "standard-room",
|
||||
name: "Standard Room",
|
||||
price: "₱4,800/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927732.jpg",
|
||||
imageAlt: "Standard Room",
|
||||
},
|
||||
id: "standard-room", name: "Standard Room", price: "₱4,800/night", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927732.jpg", imageAlt: "Standard Room"},
|
||||
]}
|
||||
title="Our Comfortable Accommodations"
|
||||
description="From cozy rooms to spacious family suites, find your perfect sanctuary for a relaxing stay at Australasia Resort Safari Park."
|
||||
buttons={[
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "/rooms",
|
||||
},
|
||||
text: "Check Availability", href: "/rooms"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,45 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
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/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-314153.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", 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/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-314153.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
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/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", 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/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
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/stylish-beautiful-couple-black-clothes-spends-good-time-beach_1157-13442.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", 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/stylish-beautiful-couple-black-clothes-spends-good-time-beach_1157-13442.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
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/cheerful-boy-with-hobby-horse-birthday-party_23-2147897714.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", 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/cheerful-boy-with-hobby-horse-birthday-party_23-2147897714.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
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/young-attractive-womans-rejoicing-swimming-sea_176420-3653.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", 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/young-attractive-womans-rejoicing-swimming-sea_176420-3653.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from visitors who experienced the warm hospitality, exceptional cleanliness, and relaxing atmosphere of our resort."
|
||||
@@ -277,8 +167,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready for Your Getaway?"
|
||||
title="Book Your Unforgettable Escape"
|
||||
description="Experience the comfort, cleanliness, and warm hospitality that guests love. Contact us today to plan your stay at Australasia Resort Safari Park."
|
||||
@@ -292,71 +181,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