24 Commits

Author SHA1 Message Date
ffca745ba2 Merge version_13 into main
Merge version_13 into main
2026-04-13 19:44:45 +00:00
5e13e3e772 Update src/app/page.tsx 2026-04-13 19:44:42 +00:00
3f8f85515a Merge version_13 into main
Merge version_13 into main
2026-04-13 19:44:09 +00:00
efae3650f8 Update src/app/page.tsx 2026-04-13 19:44:06 +00:00
e4842bdd6c Merge version_13 into main
Merge version_13 into main
2026-04-13 19:41:25 +00:00
daf7f832d2 Update src/app/page.tsx 2026-04-13 19:41:18 +00:00
d199939eee Merge version_12 into main
Merge version_12 into main
2026-04-13 19:38:40 +00:00
2884e2a827 Update theme colors 2026-04-13 19:38:37 +00:00
a64fab041e Merge version_11 into main
Merge version_11 into main
2026-04-13 19:35:51 +00:00
378a1f1685 Update theme colors 2026-04-13 19:35:48 +00:00
ab0655a43d Merge version_10 into main
Merge version_10 into main
2026-04-13 19:34:38 +00:00
ba72ba8946 Update src/app/page.tsx 2026-04-13 19:34:35 +00:00
256c3a6fb6 Merge version_9 into main
Merge version_9 into main
2026-04-13 19:33:59 +00:00
bb0d255785 Update theme colors 2026-04-13 19:33:56 +00:00
c789aea569 Merge version_8 into main
Merge version_8 into main
2026-04-13 19:33:35 +00:00
b7f639c37e Update theme colors 2026-04-13 19:33:29 +00:00
e57531a3d5 Merge version_7 into main
Merge version_7 into main
2026-04-13 19:33:13 +00:00
8ebdebf8d5 Update theme colors 2026-04-13 19:33:10 +00:00
ca6e382a75 Merge version_6 into main
Merge version_6 into main
2026-04-13 19:32:12 +00:00
af687e8ac8 Update theme colors 2026-04-13 19:32:09 +00:00
fb516981ff Merge version_5 into main
Merge version_5 into main
2026-04-13 19:32:01 +00:00
206b258e7a Merge version_4 into main
Merge version_4 into main
2026-04-13 19:31:53 +00:00
965ef86a89 Merge version_3 into main
Merge version_3 into main
2026-04-13 19:30:57 +00:00
b15267a051 Merge version_2 into main
Merge version_2 into main
2026-04-13 19:28:25 +00:00
2 changed files with 19 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -44,8 +44,8 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Plumbing Certificate of Compliance"
<HeroBillboard
title="Plumbing Certificate of Compliance"
description="Ensure your property meets all regulations with fast, certified inspections in Cape Town."
buttons={[
{
@@ -53,20 +53,9 @@ export default function LandingPage() {
{
text: "Call Now", href: "tel:0726146063"},
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108032575-f83f3db2.png?_wi=1", imageAlt: "Professional plumbing inspection"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108064363-aef8f510.png?_wi=1", imageAlt: "Plumbing compliance check"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108077342-436f9079.png?_wi=1", imageAlt: "Certified plumbing inspector"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108089344-cd002e6a.png?_wi=1", imageAlt: "Property transfer compliance"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108100485-0d4b77c7.png", imageAlt: "Efficient plumbing services"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108112770-f2735bf8.png", imageAlt: "Cape Town compliance services"},
]}
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108032575-f83f3db2.png?_wi=1"
imageAlt="Professional plumbing inspection"
/>
</div>
@@ -77,6 +66,7 @@ export default function LandingPage() {
useInvertedBackground={true}
featureTitleClassName="text-black"
featureDescriptionClassName="text-black"
itemClassName="text-black"
features={[
{
title: "Compliance Inspections", description: "Rigorous checks ensuring every pipe and valve meets local regulations.", media: {
@@ -134,6 +124,9 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJXu45qI9vuVRz6e6DdslSIP1z/a-high-quality-professional-photograph-o-1776108152346-28816123.png"
mediaAnimation="slide-up"
imageAlt="Professional inspection process illustration"
titleClassName="text-black"
descriptionClassName="text-black"
subdescriptionClassName="text-black"
/>
</div>
@@ -155,6 +148,8 @@ export default function LandingPage() {
]}
title="Customer Reviews"
description="Trusted by hundreds of homeowners and estate agents in Cape Town."
textBoxTitleClassName="text-black"
textBoxDescriptionClassName="text-black"
/>
</div>
@@ -175,6 +170,8 @@ export default function LandingPage() {
title="Common Questions"
description="Everything you need to know about your Plumbing Certificate of Compliance."
faqsAnimation="slide-up"
textBoxTitleClassName="text-black"
textBoxDescriptionClassName="text-black"
/>
</div>
@@ -186,6 +183,8 @@ export default function LandingPage() {
tag="Contact Us"
title="Book Your Inspection"
description="Need an urgent Plumbing Certificate of Compliance? Reach out today."
titleClassName="text-black"
descriptionClassName="text-black"
/>
</div>

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--foreground: #000000;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);