Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f203a6000 | |||
| 540a83ee36 | |||
| dfbce02c2d |
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "The Late Band", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f5xi6b" },
|
||||
{ id: "p2", name: "No Risk Band", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8iky4" },
|
||||
{ id: "p1", name: "The Late Band", price: "From €49", variant: "Matte • Low Stock", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f5xi6b" },
|
||||
{ id: "p2", name: "No Risk Band", price: "From €49", variant: "Matte • Limited Time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8iky4" },
|
||||
{ id: "p3", name: "Founder Mode", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mhwtao" },
|
||||
{ id: "p4", name: "Out of Office", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=54u93p" },
|
||||
{ id: "p5", name: "Minimal Icons", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfqsy3" },
|
||||
{ id: "p5", name: "Minimal Icons", price: "From €49", variant: "Matte • Low Stock", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfqsy3" },
|
||||
{ id: "p6", name: "Signature Text", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rgqpuz" },
|
||||
]}
|
||||
title="The Signature Collection"
|
||||
@@ -157,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user