From 879902ebbf971d026e81ce12c849dcd75ab7ab31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:52:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++---------------------------------------- 1 file changed, 30 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 980ac28..f283a8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,34 +28,15 @@ export default function LandingPage() { @@ -168,28 +82,6 @@ export default function LandingPage() { testimonial="The service was incredible. The technician explained everything clearly before starting and kept my home cleaner than he found it. Truly a premium experience in OC." rating={5} author="Sarah M., Irvine" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - alt: "Sarah M.", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", - alt: "Mark D.", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", - alt: "Elena R.", - }, - { - src: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", - alt: "David S.", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - alt: "Julie B.", - }, - ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" /> @@ -204,30 +96,8 @@ export default function LandingPage() { title="Meet Our Expert Technicians" description="Highly trained, background-checked, and committed to your comfort." members={[ - { - id: "1", - name: "John Doe", - role: "Master Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - }, - { - id: "2", - name: "Jane Smith", - role: "HVAC Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", - }, - { - id: "3", - name: "Mike Ross", - role: "Service Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", - }, - { - id: "4", - name: "Sarah Lee", - role: "Lead Installer", - imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", - }, + { id: "1", name: "John Doe", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" }, + { id: "2", name: "Jane Smith", role: "HVAC Specialist", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg" }, ]} /> @@ -235,9 +105,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file