diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b68874..9e4c170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,18 +118,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fast Worldwide Shipping", description: "Free shipping on orders over $100. Delivered within 5-7 business days with real-time tracking.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" } + title: "Fast Worldwide Shipping", description: "Free shipping on orders over $100. Delivered within 5-7 business days with real-time tracking.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=2" } }, { id: 2, - title: "Premium Quality Guarantee", description: "100% authentic shoes from authorized retailers. Every pair inspected for quality before shipment.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" } + title: "Premium Quality Guarantee", description: "100% authentic shoes from authorized retailers. Every pair inspected for quality before shipment.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=3" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=4" } }, { id: 3, - title: "24/7 Customer Support", description: "Dedicated support team ready to help. Chat, email, or call us anytime for assistance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd" } + title: "24/7 Customer Support", description: "Dedicated support team ready to help. Chat, email, or call us anytime for assistance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=5" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i9d3fd&_wi=6" } } ]} /> @@ -144,10 +144,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Marathon Runner", testimonial: "The Elite Runner Pro shoes transformed my running experience. Unmatched comfort and durability. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twuom9", imageAlt: "professional customer portrait headshot", icon: Star + id: "1", name: "Sarah Mitchell", role: "Marathon Runner", testimonial: "The Elite Runner Pro shoes transformed my running experience. Unmatched comfort and durability. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twuom9&_wi=1", imageAlt: "professional customer portrait headshot", icon: Star }, { - id: "2", name: "James Chen", role: "Business Professional", testimonial: "Finally found formal shoes that look elegant and feel comfortable all day. SoleStride's quality is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfmlkq", imageAlt: "diverse professional portrait headshot", icon: Star + id: "2", name: "James Chen", role: "Business Professional", testimonial: "Finally found formal shoes that look elegant and feel comfortable all day. SoleStride's quality is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfmlkq&_wi=1", imageAlt: "diverse professional portrait headshot", icon: Star }, { id: "3", name: "Emma Rodriguez", role: "Fashion Enthusiast", testimonial: "Great selection, incredible prices, and lightning-fast shipping. This is my go-to shoe store now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8r9zv6", imageAlt: "professional female executive portrait", icon: Star @@ -156,10 +156,10 @@ export default function LandingPage() { id: "4", name: "Michael Thompson", role: "Sports Coach", testimonial: "I buy shoes for our entire team here. Consistent quality and the customer service is truly outstanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m77lag", imageAlt: "male professional business portrait", icon: Star }, { - id: "5", name: "Lisa Wang", role: "Travel Blogger", testimonial: "Comfortable shoes for all my adventures. The Urban Casual line is perfect for traveling and exploring cities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twuom9", imageAlt: "professional customer portrait headshot", icon: Star + id: "5", name: "Lisa Wang", role: "Travel Blogger", testimonial: "Comfortable shoes for all my adventures. The Urban Casual line is perfect for traveling and exploring cities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twuom9&_wi=2", imageAlt: "professional customer portrait headshot", icon: Star }, { - id: "6", name: "David Brown", role: "Fitness Trainer", testimonial: "My clients love the shoes I recommend from SoleStride. Quality, comfort, and style all in one place.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfmlkq", imageAlt: "diverse professional portrait headshot", icon: Star + id: "6", name: "David Brown", role: "Fitness Trainer", testimonial: "My clients love the shoes I recommend from SoleStride. Quality, comfort, and style all in one place.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xfmlkq&_wi=2", imageAlt: "diverse professional portrait headshot", icon: Star } ]} />