From 1dbd446720715210d8b3e5fc5055043737a2be57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:33:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 515b59b..6db3a64 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 58dea4ae2346e48e0d15b723eaf33fdc5ecbf4fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:33:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05c6e06..9d19b46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -270,9 +270,10 @@ export default function HomePage() { description="Contact Boilergurus for a transparent, no-obligation quote. Our team is ready to discuss your heating needs and find the perfect solution for your home." buttons={[ { text: "Call 020 7101 4370", href: "tel:02071014370" }, - { text: "Request a Callback", href: "#contact" }, + { text: "Message Us Now", href: "#contact" }, ]} buttonAnimation="slide-up" + buttonClassName="[&:first-child]:shadow-lg [&:first-child]:ring-2 [&:first-child]:ring-accent [&:first-child]:scale-105" background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> @@ -297,4 +298,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1