Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 05:07:04 +00:00
parent dcb6a6ec20
commit 60b531c832

View File

@@ -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"},
]}
/>
</div>