Update src/app/page.tsx
This commit is contained in:
@@ -102,13 +102,16 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "UNREST", name: "Baggy Jeans", price: "R599", rating: 5,
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints"},
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "UNREST", name: "Long Sleeve Shirt", price: "R399", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics"},
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "UNREST", name: "T-Shirt Premium", price: "R299", rating: 5,
|
||||
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut"},
|
||||
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,7 +124,8 @@ export default function HomePage() {
|
||||
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}
|
||||
/>
|
||||
@@ -144,17 +148,17 @@ export default function HomePage() {
|
||||
<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."
|
||||
|
||||
Reference in New Issue
Block a user