Update src/app/contact/page.tsx
This commit is contained in:
@@ -37,9 +37,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,47 +46,27 @@ export default function ContactPage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the difference between perfume and attar?",
|
||||
content:
|
||||
"Perfume typically contains 15-20% fragrance concentration with alcohol, while attar (also called itra) is a pure, alcohol-free fragrance oil. Attars are highly concentrated and traditionally used in Middle Eastern and South Asian cultures. Both offer excellent quality; the choice depends on personal preference and skin type.",
|
||||
},
|
||||
id: "1", title: "What is the difference between perfume and attar?", content:
|
||||
"Perfume typically contains 15-20% fragrance concentration with alcohol, while attar (also called itra) is a pure, alcohol-free fragrance oil. Attars are highly concentrated and traditionally used in Middle Eastern and South Asian cultures. Both offer excellent quality; the choice depends on personal preference and skin type."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long do your fragrances last?",
|
||||
content:
|
||||
"Our premium perfumes typically last 6-8 hours, while our authentic attars can last 12+ hours due to their higher concentration. Longevity also depends on skin type, application method, and environmental factors. For best results, apply to pulse points like wrists and neck.",
|
||||
},
|
||||
id: "2", title: "How long do your fragrances last?", content:
|
||||
"Our premium perfumes typically last 6-8 hours, while our authentic attars can last 12+ hours due to their higher concentration. Longevity also depends on skin type, application method, and environmental factors. For best results, apply to pulse points like wrists and neck."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your return policy?",
|
||||
content:
|
||||
"We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange. Items must be unused and in original packaging. Simply contact our customer service team to initiate the process.",
|
||||
},
|
||||
id: "3", title: "What is your return policy?", content:
|
||||
"We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange. Items must be unused and in original packaging. Simply contact our customer service team to initiate the process."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer international shipping?",
|
||||
content:
|
||||
"Yes! We ship to over 25 countries worldwide. International orders typically take 7-14 business days for delivery. Shipping costs vary by location. We provide tracking information for all orders so you can monitor your package in real-time.",
|
||||
},
|
||||
id: "4", title: "Do you offer international shipping?", content:
|
||||
"Yes! We ship to over 25 countries worldwide. International orders typically take 7-14 business days for delivery. Shipping costs vary by location. We provide tracking information for all orders so you can monitor your package in real-time."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your products authentic?",
|
||||
content:
|
||||
"Absolutely! All our fragrances are 100% authentic and sourced directly from master perfumers and certified suppliers. We guarantee the quality and authenticity of every product. Each item comes with authentication documentation and quality assurance certification.",
|
||||
},
|
||||
id: "5", title: "Are your products authentic?", content:
|
||||
"Absolutely! All our fragrances are 100% authentic and sourced directly from master perfumers and certified suppliers. We guarantee the quality and authenticity of every product. Each item comes with authentication documentation and quality assurance certification."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I gift wrap my order?",
|
||||
content:
|
||||
"Yes, we offer premium gift wrapping services for all products at a small additional cost. We also provide personalized gift messages and elegant packaging options perfect for special occasions like birthdays, anniversaries, and weddings.",
|
||||
},
|
||||
id: "6", title: "Can I gift wrap my order?", content:
|
||||
"Yes, we offer premium gift wrapping services for all products at a small additional cost. We also provide personalized gift messages and elegant packaging options perfect for special occasions like birthdays, anniversaries, and weddings."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our premium fragrances, ordering process, and delivery"
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
@@ -100,7 +78,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to discover your signature fragrance? Get in touch with our team for personalized recommendations and exclusive offers."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user