From 60b531c8328bdfe092a4fba032ae81e73a9bd842 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:07:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f42ae73..21ab98f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,8 +49,8 @@ export default function ContactPage() { description="Schedule your complimentary consultation with our award-winning design team. We'll visit your property, understand your vision, and present preliminary design concepts within 48 hours. Complete the booking online—it only takes two minutes." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=5" - imageAlt: "Luxury consultation appointment" + imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg" + imageAlt="Luxury consultation appointment" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="your@email.com" @@ -73,29 +73,11 @@ export default function ContactPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Margaret Harrison", - role: "CEO, Tech Innovations", - testimonial: "The booking process was incredibly smooth. Within 48 hours, the team had visited our property and presented three stunning design concepts. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", - imageAlt: "Margaret Harrison", - }, + id: "1", name: "Margaret Harrison", role: "CEO, Tech Innovations", testimonial: "The booking process was incredibly smooth. Within 48 hours, the team had visited our property and presented three stunning design concepts. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Margaret Harrison"}, { - id: "2", - name: "David Chen", - role: "Property Developer", - testimonial: "No pushy sales tactics. Just professionals who listened to our needs and delivered exactly what we envisioned. The entire process from booking to completion was seamless.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "David Chen", - }, + id: "2", name: "David Chen", role: "Property Developer", testimonial: "No pushy sales tactics. Just professionals who listened to our needs and delivered exactly what we envisioned. The entire process from booking to completion was seamless.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"}, { - id: "3", - name: "Patricia Williams", - role: "Interior Designer", - testimonial: "I appreciated their transparent approach. The consultation gave me confidence in their expertise before we committed to the full project.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg?_wi=2", - imageAlt: "Patricia Williams", - }, + id: "3", name: "Patricia Williams", role: "Interior Designer", testimonial: "I appreciated their transparent approach. The consultation gave me confidence in their expertise before we committed to the full project.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Patricia Williams"}, ]} />