Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fae9bee8db | |||
| b7748acbcc |
@@ -111,6 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Launch 3D Lab", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Pro Gridiron Jersey", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-vector/ready-print-sports-tshirt-workout-training-clothing-patterns_29096-5029.jpg"},
|
||||
@@ -242,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user