From f44d6822828214bf1ae30c04abdf2a689b63cfff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:10:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8baca26..56f5f55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,17 +47,18 @@ export default function LandingPage() { description="Professional expertise combined with outstanding customer care. We're here when you need us most." tag="Licensed & Insured" tagIcon={CheckCircle} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" imageAlt="Professional service technician ready to help" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Johnson", handle: "Homeowner", testimonial: "Amazing service! They arrived on time and fixed everything perfectly. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "professional headshot portrait person" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional headshot portrait person" }, { name: "Michael Chen", handle: "Business Owner", testimonial: "Professional, reliable, and affordable. They've been our go-to service provider for years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "business professional portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "business professional portrait headshot" } ]} buttons={[ @@ -138,22 +139,22 @@ export default function LandingPage() { description="Real reviews from real customers who trust us with their most important needs" testimonials={[ { - id: "1", title: "Outstanding professionalism from start to finish", quote: "From the initial quote to the final walkthrough, every step was handled with professionalism and care. They took time to explain everything.", name: "Sarah Mitchell", role: "Homeowner, Springfield", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "professional headshot portrait person" + id: "1", title: "Outstanding professionalism from start to finish", quote: "From the initial quote to the final walkthrough, every step was handled with professionalism and care. They took time to explain everything.", name: "Sarah Mitchell", role: "Homeowner, Springfield", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional headshot portrait person" }, { - id: "2", title: "Best service experience I've had in years", quote: "The team was punctual, thorough, and left everything clean. Their attention to detail is remarkable. Highly recommended!", name: "James Rodriguez", role: "Business Manager, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "business professional portrait headshot" + id: "2", title: "Best service experience I've had in years", quote: "The team was punctual, thorough, and left everything clean. Their attention to detail is remarkable. Highly recommended!", name: "James Rodriguez", role: "Business Manager, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "business professional portrait headshot" }, { id: "3", title: "They solved our problem on the first visit", quote: "No gimmicks, no upselling. They diagnosed the issue correctly and fixed it right the first time. Saved us time and money.", name: "Emily Davis", role: "Homeowner, Westside", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional woman portrait headshot" }, { - id: "4", title: "Reliable, trustworthy, and fair pricing", quote: "I appreciate their transparency about pricing upfront. No hidden fees. They're my go-to service provider now.", name: "David Thompson", role: "Property Manager, Eastside", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional man portrait headshot" + id: "4", title: "Reliable, trustworthy, and fair pricing", quote: "I appreciate their transparency about pricing upfront. No hidden fees. They're my go-to service provider now.", name: "David Thompson", role: "Property Manager, Eastside", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional man portrait headshot" }, { - id: "5", title: "Emergency response that actually responded", quote: "When we had an emergency at 2 AM, they were here within the hour. Professional, efficient, and saved our day.", name: "Lisa Anderson", role: "Business Owner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "business portrait professional headshot" + id: "5", title: "Emergency response that actually responded", quote: "When we had an emergency at 2 AM, they were here within the hour. Professional, efficient, and saved our day.", name: "Lisa Anderson", role: "Business Owner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "business portrait professional headshot" }, { - id: "6", title: "True local business that cares", quote: "It's refreshing to work with a local company that genuinely cares about customer satisfaction. They've earned my loyalty.", name: "Robert Wilson", role: "Homeowner, North Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional avatar portrait headshot" + id: "6", title: "True local business that cares", quote: "It's refreshing to work with a local company that genuinely cares about customer satisfaction. They've earned my loyalty.", name: "Robert Wilson", role: "Homeowner, North Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional avatar portrait headshot" } ]} textboxLayout="default"