Update src/app/contact/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "فاطمة أحمد",
|
||||
handle: "@fatima_medina",
|
||||
testimonial:
|
||||
"خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم. شكراً نارينا!",
|
||||
rating: 5,
|
||||
id: "1", name: "فاطمة أحمد", handle: "@fatima_medina", testimonial:
|
||||
"خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم. شكراً نارينا!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=6",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "محمد علي",
|
||||
handle: "@mohammad_flowers",
|
||||
testimonial:
|
||||
"أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً. أنصح به بشدة.",
|
||||
rating: 5,
|
||||
id: "2", name: "محمد علي", handle: "@mohammad_flowers", 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=6",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "3",
|
||||
name: "عائشة محمود",
|
||||
handle: "@aisha_medina",
|
||||
testimonial:
|
||||
"استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً. شكراً نارينا.",
|
||||
rating: 5,
|
||||
id: "3", name: "عائشة محمود", handle: "@aisha_medina", testimonial:
|
||||
"استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً. شكراً نارينا.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=6",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -171,13 +129,9 @@ export default function ContactPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="نارينا للزهور"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "#terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user