From 9a5c88bf30567994cf7c60dd1202ae2e6dc8ffcd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:03:46 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 63a0c17..d645c28 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,9 +33,7 @@ export default function ContactPage() { brandName="Nexora" navItems={navItems} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} /> @@ -45,32 +43,21 @@ export default function ContactPage() { description="Have a question about our products or need help setting up your smart home? Our support team is here to help. Fill out the form below and we'll get back to you within 24 hours." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help...", - rows: 5, + name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" imageAlt="Our support team ready to help" mediaAnimation="slide-up" mediaPosition="right" @@ -90,7 +77,8 @@ export default function ContactPage() { ]} useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2" + metricsAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" imageAlt="Professional support team" /> @@ -99,8 +87,7 @@ export default function ContactPage() {