From 206b464b107750a2ad33348e81c96482881875ff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6605396..524f176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="aurora" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Local Experts" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138496.jpg" imageAlt="Professional local service technician" buttons={[ @@ -81,7 +81,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Plumbing", description: "Emergency repairs, maintenance, installations, and water line replacements. Available 24/7 for urgent issues.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-wrenches-looking-front-with-smile-face-standing-green-wall_141793-71732.jpg?_wi=1", imageAlt: "Professional plumbing service" + id: "1", title: "Plumbing", description: "Emergency repairs, maintenance, installations, and water line replacements. Available 24/7 for urgent issues.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-wrenches-looking-front-with-smile-face-standing-green-wall_141793-71732.jpg", imageAlt: "Professional plumbing service" }, { id: "2", title: "Electrical", description: "Wiring, circuit installations, safety inspections, and emergency repairs. Licensed and certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66706.jpg", imageAlt: "Professional electrical service" @@ -90,7 +90,7 @@ export default function LandingPage() { id: "3", title: "HVAC", description: "Heating, cooling system maintenance, repairs, and new installations. Seasonal tune-ups available.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-drill_23-2149366711.jpg", imageAlt: "Professional HVAC service" }, { - id: "4", title: "General Maintenance", description: "Preventative maintenance programs to keep your systems running efficiently. Annual service packages available.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-wrenches-looking-front-with-smile-face-standing-green-wall_141793-71732.jpg?_wi=2", imageAlt: "Professional maintenance service" + id: "4", title: "General Maintenance", description: "Preventative maintenance programs to keep your systems running efficiently. Annual service packages available.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-wrenches-looking-front-with-smile-face-standing-green-wall_141793-71732.jpg", imageAlt: "Professional maintenance service" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1