From 2733405bb51ad7b281a4dd9137df589d10616504 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:56:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fe7843..999a0b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,37 +74,37 @@ export default function LandingPage() { id: "p1", name: "Conjunto Alfaiataria Maya", price: "R$ 149,90", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg?_wi=1", }, { id: "p2", name: "Vestido Midi Essencial", price: "R$ 89,90", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg?_wi=1", }, { id: "p3", name: "Blusa Seda Soft", price: "R$ 79,90", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg?_wi=2", }, { id: "p4", name: "Calça Pantalona Nude", price: "R$ 119,90", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg?_wi=2", }, { id: "p5", name: "Saia Midi Plissada", price: "R$ 99,90", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg?_wi=3", }, { id: "p6", name: "Kimono Estampado", price: "R$ 129,90", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-tweed-checkered-jacket-silk-white-dress-walking-outside-attractive-lady-pearl-necklace-holding-black-handbag_197531-28342.jpg?_wi=3", }, ]} title="Destaques da Semana" @@ -124,7 +124,7 @@ export default function LandingPage() { role: "Cliente", company: "SP", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg?_wi=1", }, { id: "t2", @@ -132,7 +132,7 @@ export default function LandingPage() { role: "Cliente", company: "PR", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-happy-young-woman-shows-zero-okay-ok-gesture-approve-something-good-standing_1258-189092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-happy-young-woman-shows-zero-okay-ok-gesture-approve-something-good-standing_1258-189092.jpg?_wi=1", }, { id: "t3", @@ -140,7 +140,7 @@ export default function LandingPage() { role: "Cliente", company: "RJ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg?_wi=2", }, { id: "t4", @@ -148,7 +148,7 @@ export default function LandingPage() { role: "Cliente", company: "MG", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-happy-young-woman-shows-zero-okay-ok-gesture-approve-something-good-standing_1258-189092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-happy-young-woman-shows-zero-okay-ok-gesture-approve-something-good-standing_1258-189092.jpg?_wi=2", }, { id: "t5", @@ -156,7 +156,7 @@ export default function LandingPage() { role: "Cliente", company: "SC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13359.jpg?_wi=3", }, ]} kpiItems={[ -- 2.49.1