Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-20 00:00:30 +00:00

View File

@@ -159,7 +159,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Let's Connect"
title="Ready to Crown Your World?"
description="Send us your project details for a bespoke roofing consultation."
description="Send us your project details for a bespoke roofing consultation. Visit us at Taranaki Court, Off Chania Ave, Nairobi. Call 0704 646664 or visit rexeroofing.com"
/>
</div>
@@ -167,7 +167,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Products", href: "#products" }, { label: "Process", href: "#process" }] },
{ items: [{ label: "Company", href: "#" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Taranaki Court, Off Chania Ave, Nairobi", href: "#" }, { label: "0704 646664", href: "tel:0704646664" }, { label: "rexeroofing.com", href: "https://rexeroofing.com" }] },
{ items: [{ label: "Support", href: "#" }, { label: "Contact", href: "#contact" }] }
]}
logoText="REXE Roofing"
@@ -176,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}