Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fef863ed0b | |||
| 4c3ea6d9fb | |||
| 706be99b60 | |||
| 85da6e0d30 | |||
| 5e8da2942f |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="KAYRO Studios"
|
||||
title="Design com propósito"
|
||||
description="Liberdade é construída."
|
||||
avatars={[
|
||||
{
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user