Merge version_3 into main #5
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Mail, Phone, MessageCircle } from "lucide-react";
|
||||
|
||||
@@ -34,18 +34,10 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
<FaqSplitMedia
|
||||
title="Get in Touch"
|
||||
description="We're here to help. Reach out with any questions about our premium collections or services."
|
||||
tag="Contact Us"
|
||||
ctaTitle="Ready to Shop?"
|
||||
ctaDescription="Explore our exclusive collections and experience luxury redefined."
|
||||
ctaButton={{ text: "Shop Now", href: "/" }}
|
||||
ctaIcon={Mail}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your business hours?", content: "We're available Monday to Friday, 9 AM - 6 PM IST. For urgent inquiries, please email us and we'll respond within 24 hours." },
|
||||
{ id: "2", title: "How can I reach customer support?", content: "You can contact us via email at support@khushalattires.com, call us at +91 XXX-XXX-XXXX, or use our contact form. Our team is committed to responding promptly." },
|
||||
@@ -54,6 +46,11 @@ export default function ContactPage() {
|
||||
{ id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, digital wallets, and bank transfers. All transactions are secure and encrypted for your protection." },
|
||||
{ id: "6", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days within India. Express options are available. Premium members enjoy free shipping on all orders." }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
ariaLabel="Contact and support section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user