From 56cfc1925eb45dd501cf39c3873609f618f89102 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:24:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e40a3d5..9f07d8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { AlertCircle, CheckCircle, Clock, DollarSign, Droplet, Droplets, Hammer, Home, MapPin, MessageSquare, Phone, RefreshCw, Shield, Star, Wrench, Zap } from "lucide-react"; +import { AlertCircle, CheckCircle, Clock, DollarSign, Droplet, Droplets, Hammer, Home, MapPin, MessageSquare, Phone, RefreshCw, Shield, Star, Wrench, Zap, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Emergency Response" tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now: 079 413 4042", href: "tel:+27794134042" }, { text: "Get a Free Quote", href: "#quote-form" }, @@ -52,12 +52,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=1", imageAlt: "Professional plumber fixing pipes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg", imageAlt: "Professional plumber fixing pipes" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "24-hour emergency plumbing response" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", imageAlt: "Leak detection service" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Geyser installation and repair" }, { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721536.jpg", imageAlt: "Drain cleaning service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Certificate of Compliance services" } + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", imageAlt: "Certificate of Compliance services" } ]} containerClassName="relative" titleClassName="text-white" @@ -101,7 +101,7 @@ export default function LandingPage() { { title: "Renovations", description: "COC certification for bathroom and kitchen plumbing renovations.", icon: RefreshCw }, { title: "Insurance Compliance", description: "Official documentation for insurance requirements and claims.", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg" imageAlt="Certificate of Compliance certification" mediaAnimation="blur-reveal" buttons={[{ text: "Get Your COC Certificate", href: "#quote-form" }]} @@ -123,7 +123,7 @@ export default function LandingPage() { { id: "24-hours", icon: Clock, title: "24-Hour Service", value: "Always Available" }, { id: "local", icon: MapPin, title: "Local Experts", value: "Polokwane & Limpopo" }, { id: "fast-response", icon: Zap, title: "Fast Response", value: "Quick Arrival Times" }, - { id: "quality", icon: CheckCircle, title: "Quality Work", value: "COC Certified" } + { id: "quality", icon: Award, title: "Quality Work", value: "COC Certified" } ]} animationType="slide-up" textboxLayout="default" @@ -145,7 +145,7 @@ export default function LandingPage() { { title: "Fast Response Times", description: "Rapid dispatch and arrival. We prioritize emergency calls for urgent assistance.", icon: Zap }, { title: "Trusted Compliance Services", description: "Official plumbing certificates recognized for property sales, insurance, and regulations.", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg" imageAlt="Professional plumbing team" mediaAnimation="slide-up" textboxLayout="default"