4 Commits

Author SHA1 Message Date
20109c8155 Update src/app/page.tsx 2026-05-08 14:56:25 +00:00
b9a70db56a Merge version_2 into main
Merge version_2 into main
2026-05-08 14:55:29 +00:00
b22a35700c Update src/app/page.tsx 2026-05-08 14:55:23 +00:00
2d86790787 Merge version_1 into main
Merge version_1 into main
2026-05-08 14:54:12 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="G S ROOFING"
description="Premium roofing built to last. Expert London-based contractors providing 24/7 emergency support and high-quality installations."
description="London's premier roofing experts: 24/7 emergency support and high-quality repairs with a 10-year guarantee."
buttons={[
{ text: "Request A Quote", href: "#contact" },
{ text: "View Services", href: "#services" },
@@ -126,7 +126,7 @@ export default function LandingPage() {
background={{ variant: "canvas-reveal" }}
text="Need Reliable Roofing In London?"
buttons={[
{ text: "Call Now", href: "tel:02012345678" },
{ text: "Speak to a Specialist", href: "tel:02012345678" },
{ text: "Request Quote", href: "#contact" },
]}
/>
@@ -145,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}