13 Commits

Author SHA1 Message Date
378a1f1685 Update theme colors 2026-04-13 19:35:48 +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
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 10 additions and 21 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>

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--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);