From d163164f40e0862c5f7afa7e707151b9358f18cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 02:24:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77746e7..c153fcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Commercial Excellence" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} kpis={[ { value: "99.8%", label: "Service Reliability" }, { value: "24/7", label: "Emergency Response" }, @@ -172,15 +172,15 @@ export default function LandingPage() { }, { id: "3", name: "Sarah Thompson", handle: "Property Manager", testimonial: "Trusted partner for all our commercial properties. Fast response times and expert solutions every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Sarah Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Thompson" }, { id: "4", name: "Michael Rodriguez", handle: "Retail Manager", testimonial: "Best commercial plumbing service in the area. Professional team that shows up on time and gets the job done right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Rodriguez" }, { id: "5", name: "Lisa Anderson", handle: "Medical Facility Director", testimonial: "Reliable and professional. They understand the critical nature of our operations and respond accordingly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Lisa Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Lisa Anderson" }, { id: "6", name: "James Wilson", handle: "Warehouse Supervisor", testimonial: "Exceptional service from start to finish. Their preventative maintenance program has saved us countless problems.", rating: 5, @@ -198,7 +198,7 @@ export default function LandingPage() { tag="How We Work" tagIcon={Lightbulb} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" imageAlt="Professional consultation" mediaAnimation="slide-up" mediaPosition="left" @@ -224,9 +224,9 @@ export default function LandingPage() { description="Get a commercial quote today or reach out for immediate emergency service. Frank B Paige Plumbing is your trusted partner for reliable commercial plumbing solutions." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" imageAlt="Commercial plumbing partnership" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1