5 Commits

Author SHA1 Message Date
58dea4ae23 Update src/app/page.tsx 2026-03-03 10:33:48 +00:00
1dbd446720 Update src/app/layout.tsx 2026-03-03 10:33:47 +00:00
ca05dc6ff9 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:31:48 +00:00
da5b5094c3 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:29:43 +00:00
e24a302eaa Merge version_1 into main
Merge version_1 into main
2026-03-03 10:26:35 +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>
);
}
}