diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c52193..b36a4bd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,48 +21,55 @@ export default function ContactPage() { headingFontWeight="normal" > - + + + +
+ console.log("New Lead:", email)} + /> +
+ +
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 0fa2b19..dc0f61c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -37,6 +37,8 @@ export default function MenuPage() { animationType="slide-up" title="Our Menu & Pricing" description="Explore our grooming packages tailored to your pet's needs." + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "1", badge: "Basic", price: "£35", subtitle: "Bath & Brush", features: ["Deep clean bath", "Gentle brush out", "Nail trim", "Ear cleaning"],