diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f19bdb..a084e52 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,8 +43,9 @@ export default function ContactPage() { description="Subscribe to get exclusive deals, new product launches, and insider tips delivered to your inbox." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/white-tablet-with-red-ribbon-sale-tags_23-2147959958.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/white-tablet-with-red-ribbon-sale-tags_23-2147959958.jpg" imageAlt="Newsletter Subscription" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email address" buttonText="Subscribe" @@ -63,23 +64,11 @@ export default function ContactPage() { gridVariant="three-columns-all-equal-width" features={[ { - title: "Email Support", - description: "Send us an email and we'll respond within 24 hours at support@stellarmart.com", - imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page_23-2148748034.jpg?_wi=6", - imageAlt: "Email support contact method", - }, + title: "Email Support", description: "Send us an email and we'll respond within 24 hours at support@stellarmart.com", imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page_23-2148748034.jpg", imageAlt: "Email support contact method"}, { - title: "Phone Support", - description: "Call our customer service team at 1-800-STELLAR (1-800-783-5275) Monday-Friday, 9am-9pm EST", - imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-laptop-other-elements_23-2148196594.jpg?_wi=4", - imageAlt: "Phone support contact method", - }, + title: "Phone Support", description: "Call our customer service team at 1-800-STELLAR (1-800-783-5275) Monday-Friday, 9am-9pm EST", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-laptop-other-elements_23-2148196594.jpg", imageAlt: "Phone support contact method"}, { - title: "Live Chat", - description: "Chat with our support representatives in real-time for immediate assistance with your questions.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-new-clothes_23-2148302825.jpg?_wi=4", - imageAlt: "Live chat support contact method", - }, + title: "Live Chat", description: "Chat with our support representatives in real-time for immediate assistance with your questions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-new-clothes_23-2148302825.jpg", imageAlt: "Live chat support contact method"}, ]} />