Merge version_2 into main #2
@@ -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" }}
|
||||
/>
|
||||
|
||||
<div id="hero">
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user