7 Commits

Author SHA1 Message Date
3ba2d91b37 Merge version_4 into main
Merge version_4 into main
2026-05-08 14:57:25 +00:00
02e9ffd2f2 Update src/app/page.tsx 2026-05-08 14:57:22 +00:00
5059d529a2 Merge version_3 into main
Merge version_3 into main
2026-05-08 14:56:28 +00:00
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" },
@@ -81,7 +81,7 @@ export default function LandingPage() {
{ title: "Tile Matching", description: "Preserve your property's original aesthetic.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-roof-tile-pattern_23-2149279523.jpg" },
]}
title="Roofing Solutions"
description="Luxury-level roofing standards for properties across London."
description="We proudly serve all London boroughs, delivering professional, high-quality roofing standards with a transparent, zero-hidden-fee pricing promise."
/>
</div>
@@ -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>
);
}
}