Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c39b8dfc76 | |||
| 0a07a0c27c | |||
| c2e24fe1fd | |||
| 01a1465ba7 | |||
| fcb25232ed |
@@ -122,6 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Shop", href: "/shop" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Refined Classic", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920908.jpg"},
|
||||
@@ -239,4 +242,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user