Update src/app/contact/page.tsx

This commit is contained in:
2026-02-13 16:29:55 +00:00
parent da886bfa60
commit a7e8674ad5

View File

@@ -31,8 +31,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Download App",
href: "#"
text: "Download App", href: "#"
}}
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="AppFlow"
leftLink={{
text: "Privacy Policy",
href: "#"
text: "Privacy Policy", href: "#"
}}
rightLink={{
text: "Terms of Service",
href: "#"
text: "Terms of Service", href: "#"
}}
/>
</ThemeProvider>