Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a397e8a4de | |||
| 11392401cd | |||
| fc092a2ef6 | |||
| 1ba4a47fb3 |
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -162,8 +162,6 @@ export default function LandingPage() {
|
|||||||
title: "Location", items: [
|
title: "Location", items: [
|
||||||
{
|
{
|
||||||
label: "1195 Oak St, San Francisco", href: "#"},
|
label: "1195 Oak St, San Francisco", href: "#"},
|
||||||
{
|
|
||||||
label: "View on Maps", href: "https://maps.google.com/?q=1195+Oak+St+San+Francisco"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -181,4 +179,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user