diff --git a/src/app/page.tsx b/src/app/page.tsx index f550bb1..93f8be1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,13 +24,16 @@ export default function LandingPage() { const heroSlides = [ { imageSrc: - "http://img.b2bpic.net/free-photo/stylish-girl-sitting-floor-dressing-room-with-smartphone-hands-writes-message-surrounded-by-variety-shoes-she-is-dressed-black-skirt-her-feet-silver-luxury-shoes_197531-1717.jpg", imageAlt: "luxury leather shoes display elegant"}, + "http://img.b2bpic.net/free-photo/stylish-girl-sitting-floor-dressing-room-with-smartphone-hands-writes-message-surrounded-by-variety-shoes-she-is-dressed-black-skirt-her-feet-silver-luxury-shoes_197531-1717.jpg", imageAlt: "luxury leather shoes display elegant" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/stylish-men-s-shoes-still-life-men-s-accessories_169016-3917.jpg", imageAlt: "luxury shoes professional product photography"}, + "http://img.b2bpic.net/free-photo/stylish-men-s-shoes-still-life-men-s-accessories_169016-3917.jpg", imageAlt: "luxury shoes professional product photography" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/fit-young-brunette-female-wearing-shirt-with-naked-legs-sitting-black-white-cubes-gray-background-copy-space-high-quality-photo_132075-10096.jpg", imageAlt: "elegant shoes luxury fashion photography"}, + "http://img.b2bpic.net/free-photo/fit-young-brunette-female-wearing-shirt-with-naked-legs-sitting-black-white-cubes-gray-background-copy-space-high-quality-photo_132075-10096.jpg", imageAlt: "elegant shoes luxury fashion photography" + }, ]; const products = [ @@ -57,67 +60,84 @@ export default function LandingPage() { id: 1, title: "Material Selection", description: "We source only the finest leather and sustainable materials from trusted suppliers worldwide to ensure premium quality in every pair.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-choosing-different-outfits_23-2148195401.jpg", imageAlt: "leather material selection quality control"}, + "http://img.b2bpic.net/free-photo/young-woman-choosing-different-outfits_23-2148195401.jpg", imageAlt: "leather material selection quality control" + }, { id: 2, title: "Design & Pattern Making", description: "Our master designers create intricate patterns and designs that balance aesthetics with comfort and durability.", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-autumn-travel-concept_23-2148610362.jpg", imageAlt: "shoe design sketches pattern making"}, + "http://img.b2bpic.net/free-photo/top-view-autumn-travel-concept_23-2148610362.jpg", imageAlt: "shoe design sketches pattern making" + }, { id: 3, title: "Handcrafted Assembly", description: "Skilled artisans carefully stitch and assemble each shoe by hand, ensuring precision and attention to every detail.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186778.jpg", imageAlt: "artisan shoemaking hand assembly craftsmanship"}, + "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186778.jpg", imageAlt: "artisan shoemaking hand assembly craftsmanship" + }, { id: 4, title: "Quality Testing", description: "Every pair undergoes rigorous testing to guarantee comfort, durability, and the perfect fit for our discerning customers.", imageSrc: - "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-s-hand-taking-measurement-his-customer-s-waist-with-yellow-measuring-tape_23-2148180306.jpg", imageAlt: "quality testing shoes durability inspection"}, + "http://img.b2bpic.net/free-photo/senior-male-fashion-designer-s-hand-taking-measurement-his-customer-s-waist-with-yellow-measuring-tape_23-2148180306.jpg", imageAlt: "quality testing shoes durability inspection" + }, ]; - const socialProofLogos = [ - "http://img.b2bpic.net/free-vector/text-mockup-template-cream-background_53876-99138.jpg", "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148998778.jpg", "http://img.b2bpic.net/free-vector/gradient-breaking-news-logo-design_23-2151126861.jpg", "http://img.b2bpic.net/free-vector/spring-sale-flyer-template_52683-56568.jpg", "http://img.b2bpic.net/free-vector/set-vintage-labels_23-2147505713.jpg", "http://img.b2bpic.net/free-vector/retro-logo-with-text-template_1110-657.jpg", "http://img.b2bpic.net/free-vector/set-woman-s-day-badges-with-floral-details_23-2147595544.jpg"]; + const socialProofNames = [ + "Vogue", "GQ", "Forbes", "Grazia", "Esquire", "Vanity Fair", "Women's Wear Daily" + ]; const testimonials = [ { id: "1", name: "Sophie Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-attractive-masculine-woman-formal-men-s-wear-looking-with-mysterious-smile-touching-her-smooth-face_343059-3143.jpg", imageAlt: "confident woman portrait professional headshot"}, + "http://img.b2bpic.net/free-photo/stylish-attractive-masculine-woman-formal-men-s-wear-looking-with-mysterious-smile-touching-her-smooth-face_343059-3143.jpg", imageAlt: "confident woman portrait professional headshot" + }, { id: "2", name: "James Richardson", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "man portrait professional headshot studio"}, + "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "man portrait professional headshot studio" + }, { id: "3", name: "Elena Rossi", imageSrc: - "http://img.b2bpic.net/free-photo/aspirated-confident-businesswoman-looking-forward_1262-5277.jpg", imageAlt: "woman portrait professional headshot smile"}, + "http://img.b2bpic.net/free-photo/aspirated-confident-businesswoman-looking-forward_1262-5277.jpg", imageAlt: "woman portrait professional headshot smile" + }, { id: "4", name: "Marcus Johnson", imageSrc: - "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892056.jpg", imageAlt: "man professional portrait headshot studio"}, + "http://img.b2bpic.net/free-photo/curly-haired-man-with-brown-blouse-posing_23-2148892056.jpg", imageAlt: "man professional portrait headshot studio" + }, { id: "5", name: "Amara Chen", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "woman portrait professional headshot photography"}, + "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "woman portrait professional headshot photography" + }, { id: "6", name: "David Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6075.jpg", imageAlt: "man professional headshot portrait studio"}, + "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6075.jpg", imageAlt: "man professional headshot portrait studio" + }, ]; const faqs = [ { id: "1", title: "What materials are used in your shoes?", content: - "We exclusively use premium leather sourced from sustainable suppliers, combined with breathable linings and eco-friendly rubber soles. Every material is selected for durability, comfort, and environmental responsibility."}, + "We exclusively use premium leather sourced from sustainable suppliers, combined with breathable linings and eco-friendly rubber soles. Every material is selected for durability, comfort, and environmental responsibility." + }, { id: "2", title: "How should I care for my shoes?", content: - "We provide detailed care instructions with each pair. Generally, clean with a soft brush, use leather conditioner monthly, and store in a cool, dry place. For extended life, consider professional cleaning once yearly."}, + "We provide detailed care instructions with each pair. Generally, clean with a soft brush, use leather conditioner monthly, and store in a cool, dry place. For extended life, consider professional cleaning once yearly." + }, { id: "3", title: "What is your return policy?", content: - "We offer a 30-day money-back guarantee if you're not completely satisfied. Simply return your shoes in original condition for a full refund, no questions asked."}, + "We offer a 30-day money-back guarantee if you're not completely satisfied. Simply return your shoes in original condition for a full refund, no questions asked." + }, { id: "4", title: "How long does shipping take?", content: - "Standard shipping takes 5-7 business days. Express shipping is available for 2-3 business day delivery. All orders are carefully packaged to ensure your shoes arrive in pristine condition."}, + "Standard shipping takes 5-7 business days. Express shipping is available for 2-3 business day delivery. All orders are carefully packaged to ensure your shoes arrive in pristine condition." + }, { id: "5", title: "Do you offer custom sizing?", content: - "Yes! We provide a detailed sizing guide and offer custom fitting consultations. Our experts can help find the perfect size and fit for your unique foot shape."}, + "Yes! We provide a detailed sizing guide and offer custom fitting consultations. Our experts can help find the perfect size and fit for your unique foot shape." + }, { id: "6", title: "Are your shoes suitable for wide feet?", content: - "We offer multiple width options for most styles. Contact our support team with your measurements, and we'll recommend the perfect fit for your needs."}, + "We offer multiple width options for most styles. Contact our support team with your measurements, and we'll recommend the perfect fit for your needs." + }, ]; const footerColumns = [ @@ -226,7 +246,7 @@ export default function LandingPage() { tag="Global Recognition" textboxLayout="default" useInvertedBackground={false} - logos={socialProofLogos} + names={socialProofNames} speed={40} showCard={true} />