Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc4c6b4cc1 | |||
| c4a1dd52c1 | |||
| 86ae2f7a7e |
@@ -83,7 +83,8 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "Explore Full Catalog", href: "/catalog" }]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -191,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user