Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:33:54 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1407,4 +1407,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}