From 22af9a8068e678d31cf6350389538fa47d04b198 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:17:11 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 123 +++++++++++------------------------------ 1 file changed, 31 insertions(+), 92 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9219b74..e524dfd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -70,7 +53,7 @@ export default function LandingPage() { @@ -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() { Date: Wed, 10 Jun 2026 06:17:12 +0000 Subject: [PATCH 2/5] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 998a7b2..8febfc0 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -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() { From 4d109f9db84bf72222abb7e4b6b1b876365be36f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:17:12 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 101 +++++++++++---------------------------- 1 file changed, 27 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d8e47d9..a12ee7a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,42 +26,24 @@ export default function LandingPage() { @@ -70,8 +52,7 @@ export default function LandingPage() { @@ -93,71 +74,43 @@ export default function LandingPage() { Date: Wed, 10 Jun 2026 06:17:13 +0000 Subject: [PATCH 4/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 155 +++++++++------------------------------ 1 file changed, 35 insertions(+), 120 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c74cce1..24b77c2 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -26,42 +26,24 @@ export default function LandingPage() { @@ -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() { @@ -146,71 +89,43 @@ export default function LandingPage() { Date: Wed, 10 Jun 2026 06:17:13 +0000 Subject: [PATCH 5/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 146 +++++++++------------------------------ 1 file changed, 32 insertions(+), 114 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 3303ddc..c15192d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -26,42 +26,24 @@ export default function LandingPage() { @@ -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() { @@ -138,71 +84,43 @@ export default function LandingPage() {