diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cb7d9b4..05b3e23 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { description="Have questions about our products or services? Contact our friendly team and we'll get back to you as soon as possible. Your feedback helps us improve and serve you better." background={{ variant: "downward-rays-static" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" imageAlt="Contact GlowAura" mediaPosition="right" inputPlaceholder="your@email.com" @@ -60,7 +60,7 @@ export default function ContactPage() { tag="Support Options" textboxLayout="default" useInvertedBackground={false} - names={["Email Support", "Live Chat", "Phone Support", "Social Media", "Visit Our Store", "Schedule Consultation"] + names={["Email Support", "Live Chat", "Phone Support", "Social Media", "Visit Our Store", "Schedule Consultation"]} showCard={true} speed={40} /> @@ -70,8 +70,7 @@ export default function ContactPage() {