From bc0aa3fd9e336228510b1970702b6068126b33b5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:25:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 309 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ded740..907b807 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,104 +48,56 @@ export default function LandingPage() {
@@ -166,47 +110,17 @@ 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?_wi=2", - }, + 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: "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: "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: "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: "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: "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: "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: "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", - }, + 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"}, { - id: "p6", - name: "Máscara Luxe", - price: "R$ 75,00", - variant: "Curvatura", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-teenage-middle-eastern-girl-with-great-skin-applying-mascara-her-long-lashes-white-background_633478-997.jpg", - }, + id: "p6", name: "Máscara Luxe", price: "R$ 75,00", variant: "Curvatura", imageSrc: "http://img.b2bpic.net/free-photo/adorable-teenage-middle-eastern-girl-with-great-skin-applying-mascara-her-long-lashes-white-background_633478-997.jpg"}, ]} title="Mais Vendidos" description="Confira nossa seleção exclusiva de produtos para um olhar impecável." @@ -217,42 +131,18 @@ export default function LandingPage() { @@ -419,8 +255,7 @@ export default function LandingPage() {