diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f56293..f794335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,21 +48,21 @@ export default function LandingPage() { testimonials={[ { name: "Sofia R.", handle: "@sofiar", testimonial: "A qualidade é incomparável. O corte é perfeito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg", imageAlt: "elegant model luxury clothing style"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg?_wi=1", imageAlt: "elegant model luxury clothing style"}, { name: "Lucas P.", handle: "@lucasp", testimonial: "Estilo clássico com um toque moderno. Adorei.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gloves-other-elements-father-s-day_23-2147631307.jpg", imageAlt: "premium cashmere sweater beige"}, + imageSrc: "http://img.b2bpic.net/free-photo/gloves-other-elements-father-s-day_23-2147631307.jpg?_wi=1", imageAlt: "premium cashmere sweater beige"}, { name: "Marina D.", handle: "@marinad", testimonial: "Simplesmente sofisticado. Minha marca favorita.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg", imageAlt: "tailored linen shirt white"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg?_wi=1", imageAlt: "tailored linen shirt white"}, { name: "Pedro M.", handle: "@pedrom", testimonial: "O ajuste é impecável. Qualidade excelente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830368.jpg", imageAlt: "wool trench coat classic"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830368.jpg?_wi=1", imageAlt: "wool trench coat classic"}, { name: "Ana C.", handle: "@anac", testimonial: "Um investimento que vale cada centavo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg", imageAlt: "silk scarf elegant pattern"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg?_wi=1", imageAlt: "silk scarf elegant pattern"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg?_wi=2" imageAlt="Heritage clothing collection" avatars={[ { @@ -107,13 +107,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Cashmere Sweater", price: "R$ 899", imageSrc: "http://img.b2bpic.net/free-photo/gloves-other-elements-father-s-day_23-2147631307.jpg"}, + id: "1", name: "Cashmere Sweater", price: "R$ 899", imageSrc: "http://img.b2bpic.net/free-photo/gloves-other-elements-father-s-day_23-2147631307.jpg?_wi=2"}, { - id: "2", name: "Linen Tailored Shirt", price: "R$ 550", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg"}, + id: "2", name: "Linen Tailored Shirt", price: "R$ 550", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg?_wi=2"}, { - id: "3", name: "Heritage Trench Coat", price: "R$ 1.800", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830368.jpg"}, + id: "3", name: "Heritage Trench Coat", price: "R$ 1.800", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830368.jpg?_wi=2"}, { - id: "4", name: "Silk Heritage Scarf", price: "R$ 390", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg"}, + id: "4", name: "Silk Heritage Scarf", price: "R$ 390", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg?_wi=2"}, { id: "5", name: "Italian Leather Loafers", price: "R$ 1.200", imageSrc: "http://img.b2bpic.net/free-photo/luxury-fashion-woman-accessories-golden-heeled-shoes-little-evening-purse-elegant-style-vintage-style-sandals-footwear_285396-7262.jpg"}, {