6 Commits

Author SHA1 Message Date
a8bece03d7 Update src/app/page.tsx 2026-04-20 00:00:24 +00:00
751ea4f772 Merge version_1 into main
Merge version_1 into main
2026-04-19 23:54:51 +00:00
b290dd6ee7 Merge version_1 into main
Merge version_1 into main
2026-04-19 23:54:16 +00:00
2a9b80610f Merge version_1 into main
Merge version_1 into main
2026-04-19 23:53:45 +00:00
d7aae8d68d Merge version_1 into main
Merge version_1 into main
2026-04-19 23:53:17 +00:00
698efc0e5c Merge version_1 into main
Merge version_1 into main
2026-04-19 23:52:52 +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>
);
}
}