From 722c9be72974df52528bf07be2870d9729ef044d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:34:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 145 +++++++++------------------------------ 1 file changed, 34 insertions(+), 111 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 604651e..4611416 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,36 +27,19 @@ export default function LandingPage() { @@ -67,28 +50,17 @@ export default function LandingPage() { description="We're here to help! Send us a message and we'll get back to you as soon as possible." 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: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353746.jpg?_wi=2" @@ -105,35 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your operating hours?", - content: "Spring Valley is open Monday to Saturday from 10 AM to 9 PM, and Sunday from 11 AM to 6 PM. Individual store hours may vary.", - }, + id: "1", title: "What are your operating hours?", content: "Spring Valley is open Monday to Saturday from 10 AM to 9 PM, and Sunday from 11 AM to 6 PM. Individual store hours may vary."}, { - id: "2", - title: "Is there free parking available?", - content: "Yes, we offer ample free parking for our visitors. Designated accessible parking spots are also available.", - }, + id: "2", title: "Is there free parking available?", content: "Yes, we offer ample free parking for our visitors. Designated accessible parking spots are also available."}, { - id: "3", - title: "Do you have a lost and found?", - content: "Our lost and found is located at the Guest Services desk near the main entrance. Please visit or call us if you've lost or found an item.", - }, + id: "3", title: "Do you have a lost and found?", content: "Our lost and found is located at the Guest Services desk near the main entrance. Please visit or call us if you've lost or found an item."}, { - id: "4", - title: "Are pets allowed in the mall?", - content: "Service animals are always welcome. For other pets, please check with individual stores as policies may vary.", - }, + id: "4", title: "Are pets allowed in the mall?", content: "Service animals are always welcome. For other pets, please check with individual stores as policies may vary."}, { - id: "5", - title: "How do I apply for a job at a store?", - content: "Job applications are handled directly by each store. Please inquire with the specific retailer you are interested in.", - }, + id: "5", title: "How do I apply for a job at a store?", content: "Job applications are handled directly by each store. Please inquire with the specific retailer you are interested in."}, { - id: "6", - title: "Where are the restrooms located?", - content: "Restrooms are conveniently located on every floor. Please consult our interactive maps for the nearest facility.", - }, + id: "6", title: "Where are the restrooms located?", content: "Restrooms are conveniently located on every floor. Please consult our interactive maps for the nearest facility."}, ]} title="Common Questions" description="Browse our frequently asked questions for quick answers to common inquiries about Spring Valley." @@ -146,14 +100,11 @@ export default function LandingPage() { @@ -162,71 +113,43 @@ export default function LandingPage() {