Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-21 20:11:32 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}