From 589c7be53a60a301ff14d5db8c1044550e4f1f56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:13:34 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 89 ++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 41 deletions(-) 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)} + /> +
+ +
); -- 2.49.1 From 19169a50efb1fcfe3bdf42636dd00a31469d670e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:13:35 +0000 Subject: [PATCH 2/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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"], -- 2.49.1