diff --git a/src/app/page.tsx b/src/app/page.tsx index c5aa10f..22e4c2d 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", priceButtonProps: { text: "Comprar" }}, + 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", onClick: () => window.location.href = '/checkout/p1' }}, { - 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: "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", onClick: () => window.location.href = '/checkout/p2' }}, { - 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: "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", onClick: () => window.location.href = '/checkout/p3' }}, { - 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: "p4", name: "Pen", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/view-charcoal-different-forms_23-2149654146.jpg", priceButtonProps: { text: "Comprar", onClick: () => window.location.href = '/checkout/p4' }}, { - 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" }}, + 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", onClick: () => window.location.href = '/checkout/p5' }}, ]} title="Peças Selecionadas" description="Uma curadoria pensada para o cotidiano."