From 3a653978887f709440ef78f4041d3ff4265f9566 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:04:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 306754c..7788b00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,22 @@ export default function LandingPage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32339.jpg", alt: "Professional car detailing" + src: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", alt: "Customer 1" + }, + { + src: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", alt: "Customer 2" + }, + { + src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "Customer 3" + }, + { + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 4" + }, + { + src: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", alt: "Customer 5" } ]} - avatarText="Trusted by 500+ satisfied customers" + avatarText="500+ Happy Customers" buttons={[ { text: "Book Your Appointment", href: "contact" }, { text: "Learn More", href: "services" } @@ -250,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1