Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 16:59:44 +00:00

View File

@@ -45,8 +45,7 @@ export default function AboutPage() {
description="TrendifyTrends17 Founder"
subdescription="Fashion for Everyone"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/happy-handsome-african-american-guy-posing-with-arms-folded-co-working-coffee-shop-interior-looking-camera-smiling_74855-9999.jpg"
imageAlt="young entrepreneur founder fashion brand portrait"
videoSrc="/placeholders/placeholder1.webp"
useInvertedBackground={false}
/>
</div>
@@ -55,35 +54,17 @@ export default function AboutPage() {
<FaqDouble
faqs={[
{
id: "1",
title: "How long does shipping take?",
content: "We offer standard shipping within 5-7 business days and express shipping within 2-3 business days across India. Orders are processed within 24 hours of purchase.",
},
id: "1", title: "How long does shipping take?", content: "We offer standard shipping within 5-7 business days and express shipping within 2-3 business days across India. Orders are processed within 24 hours of purchase."},
{
id: "2",
title: "What's your return policy?",
content: "We offer hassle-free returns within 14 days of purchase. Items must be unworn and in original condition. Simply initiate a return through your account and we'll arrange a pickup.",
},
id: "2", title: "What's your return policy?", content: "We offer hassle-free returns within 14 days of purchase. Items must be unworn and in original condition. Simply initiate a return through your account and we'll arrange a pickup."},
{
id: "3",
title: "Do you have a physical store?",
content: "Currently, we operate online only to bring you the best prices. Follow our Instagram for pop-up store announcements and exclusive events in major cities.",
},
id: "3", title: "Do you have a physical store?", content: "Currently, we operate online only to bring you the best prices. Follow our Instagram for pop-up store announcements and exclusive events in major cities."},
{
id: "4",
title: "Is my payment information secure?",
content: "Yes! We use SSL encryption and partner with trusted payment gateways. Your payment information is never stored on our servers.",
},
id: "4", title: "Is my payment information secure?", content: "Yes! We use SSL encryption and partner with trusted payment gateways. Your payment information is never stored on our servers."},
{
id: "5",
title: "What payment methods do you accept?",
content: "We accept credit cards, debit cards, UPI, net banking, digital wallets, and cash on delivery for selected locations.",
},
id: "5", title: "What payment methods do you accept?", content: "We accept credit cards, debit cards, UPI, net banking, digital wallets, and cash on delivery for selected locations."},
{
id: "6",
title: "How do I track my order?",
content: "You'll receive a tracking link via email and SMS as soon as your order ships. You can also track your order from your account dashboard anytime.",
},
id: "6", title: "How do I track my order?", content: "You'll receive a tracking link via email and SMS as soon as your order ships. You can also track your order from your account dashboard anytime."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about shopping at TrendifyTrends17."
@@ -101,32 +82,21 @@ export default function AboutPage() {
description="Have questions about our products or need support? We'd love to hear from you! Reach out via email or connect with us on Instagram."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
required: true,
name: "subject", type: "text", placeholder: "Subject", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us how we can help...",
rows: 5,
name: "message", placeholder: "Tell us how we can help...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/concentrated-business-people-talking_74855-4092.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/concentrated-business-people-talking_74855-4092.jpg"
imageAlt="customer service contact us communication concept"
mediaAnimation="slide-up"
mediaPosition="right"