diff --git a/src/app/page.tsx b/src/app/page.tsx index f4d7cd5..2a75243 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,8 @@ export default function LandingPage() { @@ -120,16 +123,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Marathon Runner", company: "Elite Athletics Club", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg" + }, { id: "2", name: "Michelle Chen", role: "Yoga Instructor", company: "Zen Wellness Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13219.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13219.jpg" + }, { id: "3", name: "David Martinez", role: "Strength Coach", company: "Performance Fitness", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg" + }, { id: "4", name: "Emily Thompson", role: "CrossFit Athlete", company: "Strong Box Training", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/grass-sunny-european-father-nature_1157-3228.jpg" + }, ]} kpiItems={[ { value: "50,000+", label: "Happy Customers" }, @@ -167,15 +174,20 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply return the item in original condition for a full refund."}, + id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply return the item in original condition for a full refund." + }, { - id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. Express shipping options are available for 2-3 day delivery. All orders include tracking information."}, + id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. Express shipping options are available for 2-3 day delivery. All orders include tracking information." + }, { - id: "3", title: "Are your products authentic?", content: "Yes, all products sold on SportGear are 100% authentic and sourced directly from authorized distributors and manufacturers."}, + id: "3", title: "Are your products authentic?", content: "Yes, all products sold on SportGear are 100% authentic and sourced directly from authorized distributors and manufacturers." + }, { - id: "4", title: "Do you offer international shipping?", content: "Yes, we ship to over 150 countries worldwide. International shipping costs and delivery times vary by location. Customs fees may apply depending on your country."}, + id: "4", title: "Do you offer international shipping?", content: "Yes, we ship to over 150 countries worldwide. International shipping costs and delivery times vary by location. Customs fees may apply depending on your country." + }, { - id: "5", title: "How can I track my order?", content: "You'll receive a tracking number via email as soon as your order ships. You can use this number to track your package in real-time on our website."}, + id: "5", title: "How can I track my order?", content: "You'll receive a tracking number via email as soon as your order ships. You can use this number to track your package in real-time on our website." + }, ]} faqsAnimation="slide-up" animationType="smooth"