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 +} 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 +}