Merge version_1 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,66 +32,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ovens Billabong"
|
||||
button={{ text: "Get Involved", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Protecting Ovens Billabong Bushland"
|
||||
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?_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",
|
||||
},
|
||||
{ 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: "6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500822.jpg", imageAlt: "Community planting day" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,30 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wetland Restoration",
|
||||
description: "Continuous monitoring and clean-up of our precious billabong ecosystems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-walking-trek-bali_72229-1529.jpg",
|
||||
imageAlt: "wetland habitat management view",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/circle-from-green-leaves_23-2147753240.jpg",
|
||||
buttonText: "Read More",
|
||||
},
|
||||
{
|
||||
title: "Biodiversity Hotspot",
|
||||
description: "A protected home for dozens of threatened bird, amphibian, and plant species.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-brown-frog-green-leaf-field-grass_181624-8394.jpg",
|
||||
imageAlt: "threatened birds in wild",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-planet-with-paper-animals-animal-day_23-2148668917.jpg",
|
||||
buttonText: "Read More",
|
||||
},
|
||||
{
|
||||
title: "Education Center",
|
||||
description: "Interactive guided tours for schools and researchers visiting the wetlands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-environmental-conservation-earth_53876-120795.jpg",
|
||||
imageAlt: "educational outdoor nature display",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-classification-animals-infographic_52683-85376.jpg",
|
||||
buttonText: "Read More",
|
||||
},
|
||||
{ title: "Wetland Restoration", description: "Continuous monitoring and clean-up of our precious billabong ecosystems.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-walking-trek-bali_72229-1529.jpg", imageAlt: "wetland habitat management view", titleImageSrc: "http://img.b2bpic.net/free-photo/circle-from-green-leaves_23-2147753240.jpg", buttonText: "Read More" },
|
||||
{ title: "Biodiversity Hotspot", description: "A protected home for dozens of threatened bird, amphibian, and plant species.", imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-brown-frog-green-leaf-field-grass_181624-8394.jpg", imageAlt: "threatened birds in wild", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-planet-with-paper-animals-animal-day_23-2148668917.jpg", buttonText: "Read More" },
|
||||
{ title: "Education Center", description: "Interactive guided tours for schools and researchers visiting the wetlands.", imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-environmental-conservation-earth_53876-120795.jpg", imageAlt: "educational outdoor nature display", titleImageSrc: "http://img.b2bvector/hand-drawn-classification-animals-infographic_52683-85376.jpg", buttonText: "Read More" },
|
||||
]}
|
||||
title="Reserve Highlights"
|
||||
description="Explore the unique features that make our reserve a critical sanctuary for biodiversity."
|
||||
@@ -153,21 +95,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Reserve Data"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Acres of Protected Land",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
description: "Native Species Identified",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5k+",
|
||||
description: "Annual Reserve Visitors",
|
||||
},
|
||||
{ id: "m1", value: "150+", description: "Acres of Protected Land" },
|
||||
{ id: "m2", value: "200+", description: "Native Species Identified" },
|
||||
{ id: "m3", value: "5k+", description: "Annual Reserve Visitors" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,61 +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?_wi=2",
|
||||
imageAlt: "woman portrait friendly smile",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "woman portrait friendly smile",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "woman portrait friendly smile",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "woman portrait friendly smile",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "woman portrait friendly smile",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="See what our visitors and volunteers think about their experience at the Ovens Billabong."
|
||||
@@ -243,21 +123,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are dogs allowed?",
|
||||
content: "Yes, but strictly on-leash to protect the local wildlife.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you need volunteers?",
|
||||
content: "We are always looking for help with planting and cleanup programs.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the reserve open year round?",
|
||||
content: "Yes, dawn to dusk, subject to seasonal weather conditions.",
|
||||
},
|
||||
{ id: "q1", title: "Are dogs allowed?", content: "Yes, but strictly on-leash to protect the local wildlife." },
|
||||
{ id: "q2", title: "Do you need volunteers?", content: "We are always looking for help with planting and cleanup programs." },
|
||||
{ id: "q3", title: "Is the reserve open year round?", content: "Yes, dawn to dusk, subject to seasonal weather conditions." },
|
||||
]}
|
||||
sideTitle="Questions"
|
||||
sideDescription="Need more information? Check our FAQ."
|
||||
@@ -273,36 +141,9 @@ export default function LandingPage() {
|
||||
title="Latest Updates"
|
||||
description="Stay current with conservation news and seasonal changes at the reserve."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Restoration",
|
||||
title: "Spring Planting Initiative",
|
||||
excerpt: "Over 500 native saplings planted in the northern wetlands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-sapling-plant-is-growing_1150-28358.jpg",
|
||||
authorName: "Jane Ranger",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037324.jpg",
|
||||
date: "Sep 2023",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Wildlife",
|
||||
title: "Rare Bird Sightings",
|
||||
excerpt: "The migratory season brings new species to the billabong.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-crested-grebe-podiceps-cristatus-lake-daytime_181624-32141.jpg",
|
||||
authorName: "Mark Warden",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-black-coat-standing-pathway-surrounded-by-leafless-trees_181624-22203.jpg",
|
||||
date: "Oct 2023",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Research",
|
||||
title: "Wetland Health Report",
|
||||
excerpt: "Detailed water quality findings from the latest quarter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-ecologist-standing-where-sewage-waste-water-meets-river-taking-samples-determine-level-contamination-pollution_342744-950.jpg",
|
||||
authorName: "Dr. Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-suitmaker-comparing-sketches_482257-78400.jpg",
|
||||
date: "Nov 2023",
|
||||
},
|
||||
{ id: "b1", category: "Restoration", title: "Spring Planting Initiative", excerpt: "Over 500 native saplings planted in the northern wetlands.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-sapling-plant-is-growing_1150-28358.jpg", authorName: "Jane Ranger", authorAvatar: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037324.jpg", date: "Sep 2023" },
|
||||
{ id: "b2", category: "Wildlife", title: "Rare Bird Sightings", excerpt: "The migratory season brings new species to the billabong.", imageSrc: "http://img.b2bpic.net/free-photo/great-crested-grebe-podiceps-cristatus-lake-daytime_181624-32141.jpg", authorName: "Mark Warden", authorAvatar: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-black-coat-standing-pathway-surrounded-by-leafless-trees_181624-22203.jpg", date: "Oct 2023" },
|
||||
{ id: "b3", category: "Research", title: "Wetland Health Report", excerpt: "Detailed water quality findings from the latest quarter.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-ecologist-standing-where-sewage-waste-water-meets-river-taking-samples-determine-level-contamination-pollution_342744-950.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-suitmaker-comparing-sketches_482257-78400.jpg", date: "Nov 2023" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -310,9 +151,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Connect With Us"
|
||||
title="Join Our Mailing List"
|
||||
description="Get updates on conservation events, wildlife sightings, and reserve news."
|
||||
@@ -322,17 +161,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Ovens Billabong"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Use",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Use", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user