Update src/app/contact/page.tsx
This commit is contained in:
@@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -72,17 +73,17 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What sizes do you offer?", content:
|
||||
"We offer sizes XS through XXL with detailed size guides available for each product. Check the product page for specific measurements and fit recommendations."},
|
||||
id: "1", title: "What sizes do you offer?", content: "We offer sizes XS through XXL with detailed size guides available for each product. Check the product page for specific measurements and fit recommendations."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How long does shipping take?", content:
|
||||
"Standard shipping within South Africa takes 3-5 business days. Express delivery is available for urgent orders. International shipping available to select countries."},
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping within South Africa takes 3-5 business days. Express delivery is available for urgent orders. International shipping available to select countries."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards, PayPal, and EFT transfers. Secure checkout with 256-bit encryption for all transactions."},
|
||||
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and EFT transfers. Secure checkout with 256-bit encryption for all transactions."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer returns?", content:
|
||||
"30-day returns on all unworn items with original tags. Free return shipping on defective products. Easy return process through your account dashboard."},
|
||||
id: "4", title: "Do you offer returns?", content: "30-day returns on all unworn items with original tags. Free return shipping on defective products. Easy return process through your account dashboard."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Get In Touch"
|
||||
ctaDescription="Have questions about our collection? Reach out to our team."
|
||||
@@ -103,7 +104,8 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Urban Fashion Week", "Street Culture Magazine", "Fashion Forward Collective", "Independent Style Collective", "Art & Fashion Union", "Creative Movement", "Urban Collective", "Style Rebels"]}
|
||||
"Urban Fashion Week", "Street Culture Magazine", "Fashion Forward Collective", "Independent Style Collective", "Art & Fashion Union", "Creative Movement", "Urban Collective", "Style Rebels"
|
||||
]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user