From f229d04c3d46996d89a89d05866a6aae44856c02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:14:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0359b6e..b1d4bc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="5.0 Rating • 20+ Reviews • Open 24 Hours" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Call Now: 079 391 1144", href: "tel:0793911144" }, { text: "WhatsApp Us", href: "https://wa.me/27793911144" } @@ -53,16 +53,16 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=1", imageAlt: "Emergency plumbing service in Cape Town" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Emergency plumbing service in Cape Town" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg?_wi=1", imageAlt: "Solar panel maintenance and cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg", imageAlt: "Solar panel maintenance and cleaning" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14800.jpg?_wi=1", imageAlt: "Professional geyser and water heater repair" + imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14800.jpg", imageAlt: "Professional geyser and water heater repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-bad-signal_1368-1751.jpg?_wi=1", imageAlt: "Advanced drain cleaning equipment in use" + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-bad-signal_1368-1751.jpg", imageAlt: "Advanced drain cleaning equipment in use" }, { imageSrc: "http://img.b2bpic.net/free-photo/diverse-engineers-handling-assembly-workflow-with-industrial-plans-standing-near-steel-machinery_482257-136066.jpg", imageAlt: "Professional plumbing work on home system" @@ -96,19 +96,19 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Emergency Plumbing", description: "24/7 burst pipes, blockages, and urgent leak repairs with rapid response times.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=2", imageAlt: "Emergency plumbing response team", buttonIcon: PhoneCall, + title: "Emergency Plumbing", description: "24/7 burst pipes, blockages, and urgent leak repairs with rapid response times.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Emergency plumbing response team", buttonIcon: PhoneCall, buttonHref: "tel:0793911144" }, { - title: "Drain Cleaning", description: "Advanced drain cleaning and maintenance using professional equipment and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-bad-signal_1368-1751.jpg?_wi=2", imageAlt: "Professional drain cleaning service", buttonIcon: Zap, + title: "Drain Cleaning", description: "Advanced drain cleaning and maintenance using professional equipment and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-bad-signal_1368-1751.jpg", imageAlt: "Professional drain cleaning service", buttonIcon: Zap, buttonHref: "tel:0793911144" }, { - title: "Solar Maintenance", description: "Professional solar panel cleaning and maintenance to maximize energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg?_wi=2", imageAlt: "Solar panel maintenance and cleaning", buttonIcon: Sun, + title: "Solar Maintenance", description: "Professional solar panel cleaning and maintenance to maximize energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg", imageAlt: "Solar panel maintenance and cleaning", buttonIcon: Sun, buttonHref: "tel:0793911144" }, { - title: "Geyser & Water Heater Repair", description: "Expert installation, repair, and maintenance of water heaters and geyser systems.", imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14800.jpg?_wi=2", imageAlt: "Geyser and water heater repair", buttonIcon: Droplet, + title: "Geyser & Water Heater Repair", description: "Expert installation, repair, and maintenance of water heaters and geyser systems.", imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14800.jpg", imageAlt: "Geyser and water heater repair", buttonIcon: Droplet, buttonHref: "tel:0793911144" }, { -- 2.49.1