From 5f7f903a4428a7445fa4ae8738a545c5aaa98d54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:35:51 +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 342b7a5..4dbb364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="large" - background="circleGradient" + background="none" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="24/7 Emergency Service" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg" imageAlt="Professional plumbing service" imagePosition="right" @@ -72,7 +72,7 @@ export default function LandingPage() { { id: "3", value: "15K+", description: "Satisfied Customers" }, { id: "4", value: "20 yrs", description: "Industry Experience" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -135,19 +135,19 @@ export default function LandingPage() { id: "1", name: "Robert Martinez", handle: "Homeowner, Pacific Beach", testimonial: "City SD Plumbing arrived in 25 minutes and diagnosed our sewer issue immediately. Fixed it right the first time. Professional and affordable!", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Robert Martinez" }, { - id: "2", name: "Jennifer Lee", handle: "Homeowner, Mission Hills", testimonial: "Burst pipe at midnight. They were here in 28 minutes. No mess, no shortcuts. Highly recommend for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Jennifer Lee" + id: "2", name: "Jennifer Lee", handle: "Homeowner, Mission Hills", testimonial: "Burst pipe at midnight. They were here in 28 minutes. No mess, no shortcuts. Highly recommend for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Jennifer Lee" }, { - id: "3", name: "David Chen", handle: "Property Manager, Downtown", testimonial: "We use City SD for all our commercial properties. Their diagnostic reports are thorough and their preventive maintenance saves us thousands yearly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "David Chen" + id: "3", name: "David Chen", handle: "Property Manager, Downtown", testimonial: "We use City SD for all our commercial properties. Their diagnostic reports are thorough and their preventive maintenance saves us thousands yearly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "David Chen" }, { - id: "4", name: "Michelle Rodriguez", handle: "Homeowner, La Jolla", testimonial: "Transparent pricing, certified work, and they explain everything. This is the plumber I've been looking for in San Diego.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Michelle Rodriguez" + id: "4", name: "Michelle Rodriguez", handle: "Homeowner, La Jolla", testimonial: "Transparent pricing, certified work, and they explain everything. This is the plumber I've been looking for in San Diego.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Michelle Rodriguez" }, { - id: "5", name: "James Wilson", handle: "Homeowner, Hillcrest", testimonial: "Had them out for an inspection. They found a small issue nobody else caught. Saved me from a major problem down the road.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "James Wilson" + id: "5", name: "James Wilson", handle: "Homeowner, Hillcrest", testimonial: "Had them out for an inspection. They found a small issue nobody else caught. Saved me from a major problem down the road.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "James Wilson" }, { - id: "6", name: "Sarah Thompson", handle: "Homeowner, Balboa Park", testimonial: "Professional, punctual, and affordable. They fixed our old pipes with zero disruption. City SD is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Sarah Thompson" + id: "6", name: "Sarah Thompson", handle: "Homeowner, Balboa Park", testimonial: "Professional, punctual, and affordable. They fixed our old pipes with zero disruption. City SD is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sarah Thompson" } ]} animationType="slide-up" -- 2.49.1