diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..2c52193 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,69 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function ContactPage() { + return ( + + + + + console.log("New Lead:", email)} + /> + + + + + ); +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..0fa2b19 --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,71 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function MenuPage() { + return ( + + + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a92d739..6a13847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tag="⭐ 5.0 Rated Grooming Service" buttons={[ { - text: "Book Now", href: "#contact"}, + text: "Book Now", href: "/contact"}, { text: "Call Now (07598 206450)", href: "tel:07598206450"}, ]} @@ -112,12 +112,9 @@ export default function LandingPage() { title="A Calmer Approach" description="We focus on a calm, patient, one-to-one approach ensuring every pet feels safe and cared for. Our salon provides a quiet environment, ideal for nervous or first-time pets." metrics={[ - { - value: "1-to-1", title: "Appointments"}, - { - value: "Calm", title: "Environment"}, - { - value: "Expert", title: "Personalized"}, + { value: "1-to-1", title: "Appointments" }, + { value: "Calm", title: "Environment" }, + { value: "Expert", title: "Personalized" }, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg" imageAlt="pet groomer calm atmosphere" @@ -166,19 +163,9 @@ export default function LandingPage() { ]} title="Give Your Pet the Care They Deserve" description="Book today and experience a professional grooming service trusted by local owners." - /> - - -
-
@@ -189,24 +176,19 @@ export default function LandingPage() { columns={[ { title: "Contact", items: [ - { - label: "Greystoke Dr, Ruislip", href: "#"}, - { - label: "07598 206450", href: "tel:07598206450"}, + { label: "Greystoke Dr, Ruislip", href: "#" }, + { label: "07598 206450", href: "tel:07598206450" }, ], }, { title: "Opening Hours", items: [ - { - label: "Mon-Fri: 9am-5pm", href: "#"}, - { - label: "Sat: 9am-5pm", href: "#"}, + { label: "Mon-Fri: 9am-5pm", href: "#" }, + { label: "Sat: 9am-5pm", href: "#" }, ], }, { title: "Follow", items: [ - { - label: "Instagram", href: "#"}, + { label: "Instagram", href: "#" }, ], }, ]} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 09e9c71..ad5bd30 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2b180a; + --background: #fdfbf7; + --card: #f4efe9; + --foreground: #3d3227; + --primary-cta: #8b5e3c; --primary-cta-text: #fcf6ec; - --secondary-cta: #efe7dd; + --secondary-cta: #e4d9ce; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #d4c5b9; + --background-accent: #f4efe9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);