Update src/app/page.tsx
This commit is contained in:
@@ -53,17 +53,23 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-teenager-taking-selfie_23-2148495438.jpg", imageAlt: "Premium clothing collection"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-teenager-taking-selfie_23-2148495438.jpg", imageAlt: "Premium clothing collection"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8035.jpg", imageAlt: "Designer apparel showcase"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8035.jpg", imageAlt: "Designer apparel showcase"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-checking-stock-tablet_482257-84173.jpg", imageAlt: "Casual wear collection"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-checking-stock-tablet_482257-84173.jpg", imageAlt: "Casual wear collection"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fashion-stylist-facebook-template_23-2150084105.jpg", imageAlt: "Summer fashion line"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fashion-stylist-facebook-template_23-2150084105.jpg", imageAlt: "Summer fashion line"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-clothing-store-brand-new-modern-boutique_627829-6422.jpg", imageAlt: "Elegant fashion pieces"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-clothing-store-brand-new-modern-boutique_627829-6422.jpg", imageAlt: "Elegant fashion pieces"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-psd/sales-discount-landing-page-template_23-2149984943.jpg", imageAlt: "Vibrant clothing collection"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-psd/sales-discount-landing-page-template_23-2149984943.jpg", imageAlt: "Vibrant clothing collection"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -121,17 +127,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman_23-2147626503.jpg", imageAlt: "Sarah Anderson"},
|
||||
id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman_23-2147626503.jpg", imageAlt: "Sarah Anderson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-335.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-335.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-employee-looking-happy-as-pointing-herself-standing-casual-blouse-white-background-copy-space_176420-52080.jpg", imageAlt: "James Wilson"},
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-employee-looking-happy-as-pointing-herself-standing-casual-blouse-white-background-copy-space_176420-52080.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/stylist-with-brushes-looking-camera_23-2147783941.jpg", imageAlt: "Jessica Lee"},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/stylist-with-brushes-looking-camera_23-2147783941.jpg", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-caucasian-man-with-beard-dressed-t-shirt-looking-smiling-with-happy-cheerful-expression-sitting-sidewalk-restaurant-sunny-day-waiting-friends_273609-6600.jpg", imageAlt: "David Martinez"},
|
||||
id: "6", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-caucasian-man-with-beard-dressed-t-shirt-looking-smiling-with-happy-cheerful-expression-sitting-sidewalk-restaurant-sunny-day-waiting-friends_273609-6600.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
]}
|
||||
cardTitle="Join over 50,000 satisfied customers who trust StyleHub for premium fashion"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -149,8 +161,9 @@ export default function LandingPage() {
|
||||
tag="Featured Partners"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names=[
|
||||
"Premium Fashion Collective", "Style Today Magazine", "Urban Apparel Network", "Luxury Retail Alliance", "Fashion Forward Hub", "Trendy Collections Inc", "Style Authority Magazine", "Fashion Innovation Group"]
|
||||
names={[
|
||||
"Premium Fashion Collective", "Style Today Magazine", "Urban Apparel Network", "Luxury Retail Alliance", "Fashion Forward Hub", "Trendy Collections Inc", "Style Authority Magazine", "Fashion Innovation Group"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Social proof section with partner logos"
|
||||
@@ -168,17 +181,23 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied with your item, simply contact our customer service team for a hassle-free return or exchange."},
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied with your item, simply contact our customer service team for a hassle-free return or exchange."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days, while express shipping takes 2-3 business days. All orders are carefully packaged and tracked to ensure safe delivery."},
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days, while express shipping takes 2-3 business days. All orders are carefully packaged and tracked to ensure safe delivery."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer international shipping?", content: "Yes! We ship to over 35 countries worldwide. International orders may take 10-15 business days depending on your location. Customs duties may apply."},
|
||||
id: "3", title: "Do you offer international shipping?", content: "Yes! We ship to over 35 countries worldwide. International orders may take 10-15 business days depending on your location. Customs duties may apply."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How do I know my size?", content: "Each product page includes a detailed size guide. We recommend measuring yourself following our instructions to find your perfect fit. If you're unsure, our customer service team is happy to help!"},
|
||||
id: "4", title: "How do I know my size?", content: "Each product page includes a detailed size guide. We recommend measuring yourself following our instructions to find your perfect fit. If you're unsure, our customer service team is happy to help!"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are your clothes sustainably made?", content: "We're committed to sustainable fashion. Many of our items are made from eco-friendly materials and produced by ethical manufacturers. Look for the green leaf icon on sustainable products."},
|
||||
id: "5", title: "Are your clothes sustainably made?", content: "We're committed to sustainable fashion. Many of our items are made from eco-friendly materials and produced by ethical manufacturers. Look for the green leaf icon on sustainable products."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I track my order?", content: "Absolutely! You'll receive a tracking number via email as soon as your order ships. You can use this number to monitor your package in real-time on our website."},
|
||||
id: "6", title: "Can I track my order?", content: "Absolutely! You'll receive a tracking number via email as soon as your order ships. You can use this number to monitor your package in real-time on our website."
|
||||
},
|
||||
]}
|
||||
ariaLabel="Frequently asked questions section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user