From 5faa04e9c685cebdf3ff862c88dad84532dadb1d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:59:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae50ee2..5698bcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import MetricCardThree from '@/components/sections/metric/MetricCardThree'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Droplets, History, Leaf, Camera } from "lucide-react"; @@ -49,6 +49,8 @@ export default function ParkPage() { { imageSrc: "https://img.b2bpic.net/free-photo/flamingos-in-salt-lake_482257-982.jpg", imageAlt: "Ecological life" } ]} mediaAnimation="blur-reveal" + rating={5} + ratingText="Top Rated Park" /> @@ -56,6 +58,7 @@ export default function ParkPage() { @@ -68,6 +71,8 @@ export default function ParkPage() { { id: "h2", title: "Industrial Growth", content: "The 19th and 20th centuries saw major technological investments that modernized salt harvesting processes." } ]} imageSrc="https://img.b2bpic.net/free-photo/historic-salt-harvesting-tools_482257-111.jpg" + useInvertedBackground={false} + mediaAnimation="blur-reveal" /> @@ -81,6 +86,8 @@ export default function ParkPage() { { id: "e3", icon: Camera, title: "Tourism Impact", value: "Millions" } ]} textboxLayout="split" + animationType="blur-reveal" + useInvertedBackground={false} /> @@ -91,6 +98,7 @@ export default function ParkPage() { description="Join us in protecting the delicate balance of this ecosystem through sustainable tourism and environmental education." buttons={[{ text: "Learn More about Conservation", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />