diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fc42869..cb51763 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,9 +33,7 @@ export default function ContactPage() { { name: "التوصيل", id: "delivery" }, ]} button={{ - text: "اطلب الآن", - href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور", - }} + text: "اطلب الآن", href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور"}} animateOnLoad={true} /> @@ -46,37 +44,26 @@ export default function ContactPage() { description="Contact us today to place your flower order or learn more about our services. We're available via phone, WhatsApp, and this contact form." tag="تسليم سريع" tagIcon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg" imageAlt="Beautiful fresh flower bouquet arrangement" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} testimonials={[ { - name: "فاطمة أحمد", - handle: "عميلة سعيدة", - testimonial: - "خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم", - rating: 5, + name: "فاطمة أحمد", handle: "عميلة سعيدة", testimonial: + "خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=5", - }, + "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"}, { - name: "محمد علي", - handle: "عميل دائم", - testimonial: - "أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً", - rating: 5, + name: "محمد علي", handle: "عميل دائم", testimonial: + "أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg?_wi=5", - }, + "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg"}, { - name: "عائشة محمود", - handle: "زوجة سعيدة", - testimonial: - "استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً شكراً", - rating: 5, + name: "عائشة محمود", handle: "زوجة سعيدة", testimonial: + "استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً شكراً", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=5", - }, + "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg"}, ]} useInvertedBackground={false} /> @@ -88,34 +75,20 @@ export default function ContactPage() { description="Order your stunning bouquet today through WhatsApp or call us directly. We deliver same-day throughout Medina." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, { - name: "bouquet", - type: "text", - placeholder: "Select Bouquet Type", - required: true, + name: "bouquet", type: "text", placeholder: "Select Bouquet Type", required: true, }, { - name: "address", - type: "text", - placeholder: "Delivery Address", - required: true, + name: "address", type: "text", placeholder: "Delivery Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Special message or delivery instructions (optional)", - rows: 4, + name: "message", placeholder: "Special message or delivery instructions (optional)", rows: 4, required: false, }} buttonText="Submit Order" @@ -128,35 +101,20 @@ export default function ContactPage() {