diff --git a/src/app/page.tsx b/src/app/page.tsx index 907b807..43da77e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "Ana Silva", handle: "@anasilva", testimonial: "Perfeito, a durabilidade é incrível!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-make-up-face-dark-background_1122-957.jpg", imageAlt: "makeup luxury banner black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-make-up-face-dark-background_1122-957.jpg?_wi=1", imageAlt: "makeup luxury banner black gold"}, { name: "Beatriz Souza", handle: "@beatrizmakeup", testimonial: "O efeito profissional que eu buscava.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-lip-gloss-texture_52683-95225.jpg", imageAlt: "makeup luxury banner black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-lip-gloss-texture_52683-95225.jpg?_wi=1", imageAlt: "makeup luxury banner black gold"}, { name: "Carla Mendes", handle: "@carlamendes", testimonial: "Simplesmente apaixonada pelo gloss.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mascara-false-eyelashes_23-2148978187.jpg", imageAlt: "makeup luxury banner black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mascara-false-eyelashes_23-2148978187.jpg?_wi=1", imageAlt: "makeup luxury banner black gold"}, { name: "Diana Costa", handle: "@dianacosta", testimonial: "Entrega rápida e qualidade impecável.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260916.jpg", imageAlt: "makeup luxury banner black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260916.jpg?_wi=1", imageAlt: "makeup luxury banner black gold"}, { name: "Elisa Faria", handle: "@elisafaria", testimonial: "Minha marca favorita de maquiagem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blue-glitter-nail-polish-brush-isolated-white-background_23-2148194845.jpg", imageAlt: "makeup luxury banner black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/blue-glitter-nail-polish-brush-isolated-white-background_23-2148194845.jpg?_wi=1", imageAlt: "makeup luxury banner black gold"}, ]} buttons={[ { text: "Comprar Agora", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-with-make-up-face-dark-background_1122-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-make-up-face-dark-background_1122-957.jpg?_wi=2" imageAlt="Makeup luxury banner black gold" avatars={[ { @@ -110,13 +110,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Gloss Luxe", price: "R$ 69,90", variant: "Gold Glow", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-lip-gloss-texture_52683-95225.jpg"}, + id: "p1", name: "Gloss Luxe", price: "R$ 69,90", variant: "Gold Glow", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-lip-gloss-texture_52683-95225.jpg?_wi=2"}, { - id: "p2", name: "Cílios Premium", price: "R$ 45,90", variant: "Volume Extremo", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mascara-false-eyelashes_23-2148978187.jpg"}, + id: "p2", name: "Cílios Premium", price: "R$ 45,90", variant: "Volume Extremo", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mascara-false-eyelashes_23-2148978187.jpg?_wi=2"}, { - id: "p3", name: "Kit Completo", price: "R$ 149,90", variant: "Edição Ouro", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260916.jpg"}, + id: "p3", name: "Kit Completo", price: "R$ 149,90", variant: "Edição Ouro", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260916.jpg?_wi=2"}, { - id: "p4", name: "Delineador", price: "R$ 55,00", variant: "Intenso", imageSrc: "http://img.b2bpic.net/free-photo/blue-glitter-nail-polish-brush-isolated-white-background_23-2148194845.jpg"}, + id: "p4", name: "Delineador", price: "R$ 55,00", variant: "Intenso", imageSrc: "http://img.b2bpic.net/free-photo/blue-glitter-nail-polish-brush-isolated-white-background_23-2148194845.jpg?_wi=2"}, { id: "p5", name: "Paleta Olhares", price: "R$ 89,90", variant: "Clássica", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-eye-shadow-plain-background_23-2148284524.jpg"}, {