4 Commits

Author SHA1 Message Date
a397e8a4de Update src/app/page.tsx 2026-04-05 17:45:49 +00:00
11392401cd Merge version_5 into main
Merge version_5 into main
2026-04-05 17:37:57 +00:00
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

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,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"},
], ],
}, },
{ {