From 6568509349878c01de218755c76d99e3bae5367d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:04:42 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 107 +++++++++++---------------------------- 1 file changed, 29 insertions(+), 78 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d8159f1..f0c2d63 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,33 +25,21 @@ export default function LandingPage() { @@ -59,13 +47,11 @@ export default function LandingPage() { console.log('Form submission simulated')", + text: "Submit Booking", onClick: () => console.log('Form submission simulated'), }, ]} /> @@ -75,100 +61,65 @@ export default function LandingPage() {
@@ -188,64 +125,28 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Homeowner", - company: "Dubai Hills", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-middle-street_23-2147724784.jpg", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Dubai Hills", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-middle-street_23-2147724784.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - role: "Business Owner", - company: "Downtown Dubai", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-talking-phone_150588-7.jpg", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown Dubai", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-talking-phone_150588-7.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Property Manager", - company: "Jumeirah Village", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134383.jpg", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Jumeirah Village", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134383.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - role: "Restaurant Owner", - company: "Business Bay", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", role: "Restaurant Owner", company: "Business Bay", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "David Kim"}, { - id: "5", - name: "Aisha Al-Farsi", - role: "Villa Owner", - company: "Palm Jumeirah", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-muslim-business-lady-posing-outside_74855-1966.jpg", - imageAlt: "Aisha Al-Farsi", - }, + id: "5", name: "Aisha Al-Farsi", role: "Villa Owner", company: "Palm Jumeirah", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-muslim-business-lady-posing-outside_74855-1966.jpg", imageAlt: "Aisha Al-Farsi"}, ]} kpiItems={[ { - value: "98%", - label: "Customer Satisfaction", - }, + value: "98%", label: "Customer Satisfaction"}, { - value: "5000+", - label: "Repairs Completed", - }, + value: "5000+", label: "Repairs Completed"}, { - value: "4.6", - label: "Average Rating", - }, + value: "4.6", label: "Average Rating"}, ]} title="What Our Customers Say" description="Real experiences from satisfied clients across Dubai who trust us with their home appliance repair needs." @@ -258,100 +159,65 @@ export default function LandingPage() {