From 80fbbda9026ca123064dbf63caff0b52198dcd23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:11:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a48758..c5aa10f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,15 +92,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Oversized Tee", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-hands-head-black-dress-black-mask-looking-harried-front-view_176474-57177.jpg"}, + id: "p1", name: "Oversized Tee", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-hands-head-black-dress-black-mask-looking-harried-front-view_176474-57177.jpg", priceButtonProps: { text: "Comprar" }}, { - id: "p2", name: "Bottle", price: "R$ 95", imageSrc: "http://img.b2bpic.net/free-photo/black-supplement-bottle-with-gold-cap_187299-47372.jpg"}, + id: "p2", name: "Bottle", price: "R$ 95", imageSrc: "http://img.b2bpic.net/free-photo/black-supplement-bottle-with-gold-cap_187299-47372.jpg", priceButtonProps: { text: "Comprar" }}, { - id: "p3", name: "Notebook", price: "R$ 60", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workstation-with-copy-space-notebook_23-2148430855.jpg"}, + id: "p3", name: "Notebook", price: "R$ 60", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workstation-with-copy-space-notebook_23-2148430855.jpg", priceButtonProps: { text: "Comprar" }}, { - id: "p4", name: "Pen", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/view-charcoal-different-forms_23-2149654146.jpg"}, + id: "p4", name: "Pen", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/view-charcoal-different-forms_23-2149654146.jpg", priceButtonProps: { text: "Comprar" }}, { - id: "p5", name: "Planner", price: "R$ 120", imageSrc: "http://img.b2bpic.net/free-photo/lovely-flowers-concept-with-modern-notebook_23-2148007063.jpg"}, + id: "p5", name: "Planner", price: "R$ 120", imageSrc: "http://img.b2bpic.net/free-photo/lovely-flowers-concept-with-modern-notebook_23-2148007063.jpg", priceButtonProps: { text: "Comprar" }}, ]} title="Peças Selecionadas" description="Uma curadoria pensada para o cotidiano." @@ -147,4 +147,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1