From 6ba464512fa30b91c66f81d7afc0ed9ad7d1d068 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:54:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97b7abe..d402a78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,11 @@ export default function LandingPage() { description="Preserving unique biodiversity and native habitats in the heart of our precious wetlands." tag="Conservation Reserve" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-river-cloudy-sky-galapagos-islands-ecuador_181624-13748.jpg", imageAlt: "Ovens wetlands view" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-deer-forest_181624-8485.jpg", imageAlt: "Native fauna wildlife" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/grey-heron_181624-365.jpg", imageAlt: "Bushland restoration site" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/forest-reflected-water-lake_23-2148866298.jpg", imageAlt: "Fresh water ecosystem" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/camera-hanging-bench_23-2147833153.jpg", imageAlt: "Bird watching platform" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-river-cloudy-sky-galapagos-islands-ecuador_181624-13748.jpg?_wi=1", imageAlt: "Ovens wetlands view" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-deer-forest_181624-8485.jpg?_wi=1", imageAlt: "Native fauna wildlife" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/grey-heron_181624-365.jpg?_wi=1", imageAlt: "Bushland restoration site" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/forest-reflected-water-lake_23-2148866298.jpg?_wi=1", imageAlt: "Fresh water ecosystem" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/camera-hanging-bench_23-2147833153.jpg?_wi=1", imageAlt: "Bird watching platform" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500822.jpg", imageAlt: "Community planting day" }, ]} /> @@ -108,11 +108,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alice Green", date: "Oct 2023", title: "Nature Enthusiast", quote: "The most beautiful spot in the region. Always see amazing birds here.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-traveller-posing-outdoors_23-2148588456.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-river-cloudy-sky-galapagos-islands-ecuador_181624-13748.jpg" }, - { id: "2", name: "Bob Field", date: "Nov 2023", title: "Volunteer", quote: "Working on restoration here is deeply fulfilling. The team is dedicated.", tag: "Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-deer-forest_181624-8485.jpg" }, - { id: "3", name: "Charlie River", date: "Dec 2023", title: "Researcher", quote: "Unparalleled data opportunities for wetlands studies.", tag: "Researcher", avatarSrc: "http://img.b2bpic.net/free-photo/concentrated-female-reading-book-stairs_23-2147845748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-heron_181624-365.jpg" }, - { id: "4", name: "Diana Bush", date: "Jan 2024", title: "Local Resident", quote: "Perfect for weekend walks and wildlife viewing.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-overall-facing-sun_23-2148248591.jpg", imageSrc: "http://img.b2bpic.net/free-photo/forest-reflected-water-lake_23-2148866298.jpg" }, - { id: "5", name: "Eric Woods", date: "Feb 2024", title: "Birdwatcher", quote: "Rarely have I seen such well-managed biodiversity preserves.", tag: "Birdwatcher", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-man-with-binoculars_1368-2686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/camera-hanging-bench_23-2147833153.jpg" }, + { id: "1", name: "Alice Green", date: "Oct 2023", title: "Nature Enthusiast", quote: "The most beautiful spot in the region. Always see amazing birds here.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-traveller-posing-outdoors_23-2148588456.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-river-cloudy-sky-galapagos-islands-ecuador_181624-13748.jpg?_wi=2" }, + { id: "2", name: "Bob Field", date: "Nov 2023", title: "Volunteer", quote: "Working on restoration here is deeply fulfilling. The team is dedicated.", tag: "Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-deer-forest_181624-8485.jpg?_wi=2" }, + { id: "3", name: "Charlie River", date: "Dec 2023", title: "Researcher", quote: "Unparalleled data opportunities for wetlands studies.", tag: "Researcher", avatarSrc: "http://img.b2bpic.net/free-photo/concentrated-female-reading-book-stairs_23-2147845748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-heron_181624-365.jpg?_wi=2" }, + { id: "4", name: "Diana Bush", date: "Jan 2024", title: "Local Resident", quote: "Perfect for weekend walks and wildlife viewing.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-overall-facing-sun_23-2148248591.jpg", imageSrc: "http://img.b2bpic.net/free-photo/forest-reflected-water-lake_23-2148866298.jpg?_wi=2" }, + { id: "5", name: "Eric Woods", date: "Feb 2024", title: "Birdwatcher", quote: "Rarely have I seen such well-managed biodiversity preserves.", tag: "Birdwatcher", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-man-with-binoculars_1368-2686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/camera-hanging-bench_23-2147833153.jpg?_wi=2" }, ]} title="Community Voices" description="See what our visitors and volunteers think about their experience at the Ovens Billabong."