diff --git a/src/app/page.tsx b/src/app/page.tsx index fce53f7..5fc0cd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Coffee, MapPin, Calendar, Clock, Utensils } from "lucide-react"; +import { Coffee, MapPin, Clock } from "lucide-react"; export default function BorrowdaleVillageWalkPage() { return ( @@ -32,6 +32,7 @@ export default function BorrowdaleVillageWalkPage() { { name: "Contact", id: "contact" }, ]} brandName="Borrowdale Village Walk" + button={{ text: "Get Started" }} />
@@ -60,6 +61,7 @@ export default function BorrowdaleVillageWalkPage() { title="Explore Our Walks" description="We offer a variety of curated experiences that highlight the unique charm and biodiversity of the Borrowdale area." animationType="slide-up" + textboxLayout="default" useInvertedBackground={true} features={[ { @@ -90,7 +92,7 @@ export default function BorrowdaleVillageWalkPage() { title="Ready for an Adventure?" description="Book your walking tour today and create lasting memories in the beautiful Borrowdale village." buttons={[{ text: "Contact Us", href: "#" }]} - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} />