4 Commits

Author SHA1 Message Date
fc092a2ef6 Update src/app/page.tsx 2026-04-05 17:37:51 +00:00
1ba4a47fb3 Merge version_4 into main
Merge version_4 into main
2026-04-05 17:32:56 +00:00
1e56aef586 Update src/app/page.tsx 2026-04-05 17:32:50 +00:00
546550adbd Merge version_3 into main
Merge version_3 into main
2026-04-05 17:29:06 +00:00

View File

@@ -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,6 +162,8 @@ 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"},
], ],
}, },
{ {
@@ -179,4 +181,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }