diff --git a/src/app/page.tsx b/src/app/page.tsx index 138e433..7378bc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,21 +49,21 @@ export default function LandingPage() { testimonials={[ { name: "Alex R.", handle: "@alexshop", testimonial: "The AI design tool is incredibly powerful!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg", imageAlt: "luxury tech product dark background"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg?_wi=1", imageAlt: "luxury tech product dark background"}, { name: "Sarah M.", handle: "@sarah_style", testimonial: "Everything arrived on time, top quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg", imageAlt: "luxury tech product dark background"}, + imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg?_wi=1", imageAlt: "luxury tech product dark background"}, { name: "Jason K.", handle: "@jasontech", testimonial: "Best buying experience online.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg", imageAlt: "luxury tech product dark background"}, + imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg?_wi=1", imageAlt: "luxury tech product dark background"}, { name: "Elena P.", handle: "@elena_designs", testimonial: "The image editing is so intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg", imageAlt: "luxury tech product dark background"}, + imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg?_wi=1", imageAlt: "luxury tech product dark background"}, { name: "Marcus D.", handle: "@marcus_d", testimonial: "Excellent service and products.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", imageAlt: "luxury tech product dark background"}, + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=1", imageAlt: "luxury tech product dark background"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309635.jpg?_wi=2" showBlur={true} avatars={[ { @@ -88,13 +88,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Pro Headphones", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg"}, + id: "p1", name: "Pro Headphones", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/audio-engineer-using-track-recorder_107420-84993.jpg?_wi=2"}, { - id: "p2", name: "Luxury Fragrance", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg"}, + id: "p2", name: "Luxury Fragrance", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/eggs-feathers-near-faded-orange-flower-vase_23-2148073850.jpg?_wi=2"}, { - id: "p3", name: "Designer Clogs", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg"}, + id: "p3", name: "Designer Clogs", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg?_wi=2"}, { - id: "p4", name: "Smart Watch", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg"}, + id: "p4", name: "Smart Watch", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=2"}, { id: "p5", name: "Tech Gadget Set", price: "$175", imageSrc: "http://img.b2bpic.net/free-photo/accessories-skincare-products_23-2147710691.jpg"}, {