diff --git a/src/app/page.tsx b/src/app/page.tsx index d93eb8b..fa6963f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { MapPin, Info, Mountain, Phone } from "lucide-react"; +import { MapPin, Info, Phone } from "lucide-react"; export default function BorrowdaleVillageWalkPage() { return ( @@ -33,6 +33,7 @@ export default function BorrowdaleVillageWalkPage() { { name: "Contact", id: "contact" }, ]} brandName="Borrowdale Village Walk" + button={{ text: "Contact", href: "#contact" }} /> @@ -43,6 +44,7 @@ export default function BorrowdaleVillageWalkPage() { background={{ variant: "sparkles-gradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfi64W5OAKPYfmFKtdIN9sZaaB/uploaded-1778680013360-47r14ky2.jpg" imageAlt="Borrowdale Village Walk" + enableKpiAnimation={true} kpis={[ { value: "15+", label: "Routes" }, { value: "500+", label: "Explorers" },