6 Commits

Author SHA1 Message Date
8ff44c41b4 Update src/app/page.tsx 2026-04-22 16:23:39 +00:00
b5841f6c28 Merge version_2 into main
Merge version_2 into main
2026-04-22 16:22:11 +00:00
6ddbcc41b5 Update src/app/page.tsx 2026-04-22 16:22:08 +00:00
029848fa17 Merge version_1 into main
Merge version_1 into main
2026-04-22 12:39:09 +00:00
2f559a5609 Merge version_1 into main
Merge version_1 into main
2026-04-22 12:38:45 +00:00
c3f042a8f9 Merge version_1 into main
Merge version_1 into main
2026-04-22 12:38:17 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Stop Leaks. Protect Property." title="Permanent Leak Protection for Your Johannesburg Home"
description="Professional waterproofing and roofing solutions in Johannesburg. Mews Waterproofing ensures your property stays dry, safe, and protected from the elements." description="Professional waterproofing and roofing solutions in Johannesburg. Mews Waterproofing ensures your property stays dry, safe, and protected from the elements."
tag="Expert Roofing Services" tag="Expert Roofing Services"
buttons={[ buttons={[
@@ -63,7 +63,7 @@ export default function LandingPage() {
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
ratingText="Trusted by hundreds of satisfied property owners in Johannesburg." ratingText="Trusted by hundreds of satisfied property owners in Johannesburg. We pride ourselves on delivering permanent results for our clients."
/> />
</div> </div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }