diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 643b65b..3babb17 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,8 +31,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Download App", - href: "#" + text: "Download App", href: "#" }} /> @@ -90,52 +89,22 @@ export default function ContactPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", - name: "Rachel Green", - handle: "@rachelgreen", - testimonial: "Had an issue and contacted support. They resolved it in under an hour! Incredible service and very friendly team.", - imageSrc: "https://img.b2bpic.net/free-vector/colorful-set-smiley-men-avatars_23-2147672541.jpg", - imageAlt: "Rachel Green" + id: "1", name: "Rachel Green", handle: "@rachelgreen", testimonial: "Had an issue and contacted support. They resolved it in under an hour! Incredible service and very friendly team.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-set-smiley-men-avatars_23-2147672541.jpg", imageAlt: "Rachel Green" }, { - id: "2", - name: "Carlos Rodriguez", - handle: "@carlosr", - testimonial: "The support team went above and beyond to help me understand a feature. They even followed up to make sure everything worked.", - imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", - imageAlt: "Carlos Rodriguez" + id: "2", name: "Carlos Rodriguez", handle: "@carlosr", testimonial: "The support team went above and beyond to help me understand a feature. They even followed up to make sure everything worked.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Carlos Rodriguez" }, { - id: "3", - name: "Priya Patel", - handle: "@priyapatel", - testimonial: "Quick, helpful, and genuinely caring. This is how customer support should be done everywhere.", - imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-black-t-shirt-isolated-pink-wall_141793-82450.jpg", - imageAlt: "Priya Patel" + id: "3", name: "Priya Patel", handle: "@priyapatel", testimonial: "Quick, helpful, and genuinely caring. This is how customer support should be done everywhere.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-black-t-shirt-isolated-pink-wall_141793-82450.jpg", imageAlt: "Priya Patel" }, { - id: "4", - name: "Kevin Chang", - handle: "@kevinchang", - testimonial: "Not only did they fix my problem, but they also showed me some features I didn't know existed. Great experience!", - imageSrc: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", - imageAlt: "Kevin Chang" + id: "4", name: "Kevin Chang", handle: "@kevinchang", testimonial: "Not only did they fix my problem, but they also showed me some features I didn't know existed. Great experience!", imageSrc: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Kevin Chang" }, { - id: "5", - name: "Maria Santos", - handle: "@mariasantos", - testimonial: "Professional, patient, and very knowledgeable. They made solving my issue feel effortless.", - imageSrc: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251169.jpg", - imageAlt: "Maria Santos" + id: "5", name: "Maria Santos", handle: "@mariasantos", testimonial: "Professional, patient, and very knowledgeable. They made solving my issue feel effortless.", imageSrc: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251169.jpg", imageAlt: "Maria Santos" }, { - id: "6", - name: "Daniel Brown", - handle: "@danielbrown", - testimonial: "Contacted them late at night expecting to wait until morning. Got a response in 20 minutes! Fantastic support.", - imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", - imageAlt: "Daniel Brown" + id: "6", name: "Daniel Brown", handle: "@danielbrown", testimonial: "Contacted them late at night expecting to wait until morning. Got a response in 20 minutes! Fantastic support.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Daniel Brown" } ]} /> @@ -144,12 +113,10 @@ export default function ContactPage() {