Update src/app/page.tsx

This commit is contained in:
2026-03-19 09:16:41 +00:00
parent 0073fa67fe
commit 045cef04e0

View File

@@ -66,8 +66,8 @@ export default function LandingPage() {
{ text: "Book Online", href: "#booking" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=1"
imageAlt="Professional technician at modern home"
imageSrc="https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop"
imageAlt="Professional muscular plumber at work"
showDimOverlay={true}
showBlur={true}
ariaLabel="Hero section - Emergency plumbing and electrical services"
@@ -84,22 +84,28 @@ export default function LandingPage() {
features={[
{
icon: Droplets,
title: "Emergency Plumbing", description: "Burst pipes, blockages, leaks. Arrive fast, fix permanently."},
title: "Emergency Plumbing", description: "Burst pipes, blockages, leaks. Arrive fast, fix permanently."
},
{
icon: Home,
title: "Residential & Commercial", description: "From taps to toilets to boilers. Complete plumbing solutions."},
title: "Residential & Commercial", description: "From taps to toilets to boilers. Complete plumbing solutions."
},
{
icon: Zap,
title: "Electrical Repairs", description: "Safe, code-compliant, tested. Expert electrical solutions."},
title: "Electrical Repairs", description: "Safe, code-compliant, tested. Expert electrical solutions."
},
{
icon: Battery,
title: "EV Charger Installation", description: "Future-ready charging solutions for electric vehicles."},
title: "EV Charger Installation", description: "Future-ready charging solutions for electric vehicles."
},
{
icon: Gauge,
title: "Power Upgrades", description: "Increased capacity, modern installations, safety certified."},
title: "Power Upgrades", description: "Increased capacity, modern installations, safety certified."
},
{
icon: Wrench,
title: "Preventative Maintenance", description: "Stop small problems from becoming disasters."},
title: "Preventative Maintenance", description: "Stop small problems from becoming disasters."
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -124,10 +130,11 @@ export default function LandingPage() {
title: "Experienced & Neat", description: "Uniformed technicians with tools, respect for your home, and professional workmanship.", icon: Users,
},
{
title: "Transparent Pricing", description: "No nasty surprises. Clear quotes, honest communication, workmanship warranty."},
title: "Transparent Pricing", description: "No nasty surprises. Clear quotes, honest communication, workmanship warranty."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=2"
imageAlt="Professional technician providing service"
imageSrc="https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop"
imageAlt="Professional muscular plumber providing service"
mediaAnimation="blur-reveal"
imagePosition="right"
textboxLayout="default"
@@ -210,13 +217,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "Do you operate 24/7?", content: "Yes — we're available 24 hours a day, 7 days a week, including weekends and public holidays. If it's an emergency, we're here to help."},
id: "1", title: "Do you operate 24/7?", content: "Yes — we're available 24 hours a day, 7 days a week, including weekends and public holidays. If it's an emergency, we're here to help."
},
{
id: "2", title: "How quickly will you arrive?", content: "Typical response time for Sandton area is under 1 hour. During peak times, we aim for 1-2 hours. Call us for an exact estimate."},
id: "2", title: "How quickly will you arrive?", content: "Typical response time for Sandton area is under 1 hour. During peak times, we aim for 1-2 hours. Call us for an exact estimate."
},
{
id: "3", title: "Are your technicians insured & qualified?", content: "Yes — all our technicians are fully qualified, uniformed, and insured. We comply with all safety codes and regulations."},
id: "3", title: "Are your technicians insured & qualified?", content: "Yes — all our technicians are fully qualified, uniformed, and insured. We comply with all safety codes and regulations."
},
{
id: "4", title: "Do you offer warranties?", content: "Yes — we provide a comprehensive workmanship guarantee on all repairs. We stand behind our work because we care about quality."},
id: "4", title: "Do you offer warranties?", content: "Yes — we provide a comprehensive workmanship guarantee on all repairs. We stand behind our work because we care about quality."
},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -275,4 +286,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}