From b0d7181748b502362f7eb948059458babfd94426 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 15:04:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 122 ++++++++++----------------------------- 1 file changed, 30 insertions(+), 92 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b3e8bfe..c59cdaf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -65,30 +51,19 @@ export default function LandingPage() { description="Have questions about our premium mattresses or need personalized assistance? Fill out the form below, and one of our sleep experts will get back to you promptly." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number (Optional)", - }, + name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)"}, ]} textarea={{ - name: "message", - placeholder: "How can we assist you today?", - rows: 4, + name: "message", placeholder: "How can we assist you today?", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-happy-woman-laying-bed_23-2148769327.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-happy-woman-laying-bed_23-2148769327.jpg" imageAlt="happy woman relaxing on Sealy mattress" mediaPosition="right" buttonText="Send Message" @@ -101,33 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What types of mattresses does Sealy Almaty offer?", - content: "We proudly offer a comprehensive range of Sealy mattresses, including the innovative Posturepedic, luxurious Hybrid, and responsive Response series. Each series is designed to meet diverse comfort and support preferences.", - }, + id: "1", title: "What types of mattresses does Sealy Almaty offer?", content: "We proudly offer a comprehensive range of Sealy mattresses, including the innovative Posturepedic, luxurious Hybrid, and responsive Response series. Each series is designed to meet diverse comfort and support preferences."}, { - id: "2", - title: "Do you offer delivery services in Almaty and surrounding areas?", - content: "Yes, Sealy Almaty provides professional delivery and white-glove setup services throughout Almaty and its neighboring regions. Please consult with our sales team for detailed information on delivery options, scheduling, and any associated fees.", - }, + id: "2", title: "Do you offer delivery services in Almaty and surrounding areas?", content: "Yes, Sealy Almaty provides professional delivery and white-glove setup services throughout Almaty and its neighboring regions. Please consult with our sales team for detailed information on delivery options, scheduling, and any associated fees."}, { - id: "3", - title: "What is the warranty on Sealy mattresses?", - content: "Every Sealy mattress purchased from our authorized Almaty store is backed by a robust manufacturer's warranty, offering you complete peace of mind. Specific warranty terms and durations vary by model; our specialists can provide all the details.", - }, + id: "3", title: "What is the warranty on Sealy mattresses?", content: "Every Sealy mattress purchased from our authorized Almaty store is backed by a robust manufacturer's warranty, offering you complete peace of mind. Specific warranty terms and durations vary by model; our specialists can provide all the details."}, { - id: "4", - title: "Can I try out mattresses before purchasing?", - content: "Absolutely! We warmly invite all our esteemed customers to visit our spacious Almaty showroom. Here, you can personally experience and compare the unique comfort and support features of our entire Sealy mattress collection before making your informed decision.", - }, + id: "4", title: "Can I try out mattresses before purchasing?", content: "Absolutely! We warmly invite all our esteemed customers to visit our spacious Almaty showroom. Here, you can personally experience and compare the unique comfort and support features of our entire Sealy mattress collection before making your informed decision."}, { - id: "5", - title: "Do you provide financing options for mattress purchases?", - content: "To make acquiring your dream Sealy mattress more accessible, we offer a variety of flexible financing options. Please speak directly with our sales representatives who can outline the available plans and help you find one that suits your budget.", - }, + id: "5", title: "Do you provide financing options for mattress purchases?", content: "To make acquiring your dream Sealy mattress more accessible, we offer a variety of flexible financing options. Please speak directly with our sales representatives who can outline the available plans and help you find one that suits your budget."}, { - id: "6", - title: "What are your showroom operating hours?", + id: "6", title: "What are your showroom operating hours?", content: "Our Sealy Almaty showroom is open from 10:00 AM - 7:00 PM on weekdays and 11:00 AM - 6:00 PM on weekends. We recommend checking our website or calling us for public holiday hours." }, ]} title="Frequently Asked Questions" @@ -140,54 +99,33 @@ export default function LandingPage() {