Compare commits

1 Commits

Author SHA1 Message Date
1b45bde42e Bob AI: fix build errors (attempt 1) 2026-02-25 15:58:44 +02:00

View File

@@ -44,6 +44,7 @@ function ShopPageContent() {
{ name: "Shop", id: "/shop" } { name: "Shop", id: "/shop" }
]} ]}
brandName="A Modern Real Estate Agency" brandName="A Modern Real Estate Agency"
button={{ text: "Get Started", href: "#contact" }}
/> />
</div> </div>
<main className="min-h-screen flex items-center justify-center pt-20"> <main className="min-h-screen flex items-center justify-center pt-20">
@@ -81,6 +82,7 @@ function ShopPageContent() {
{ name: "Shop", id: "/shop" } { name: "Shop", id: "/shop" }
]} ]}
brandName="A Modern Real Estate Agency" brandName="A Modern Real Estate Agency"
button={{ text: "Get Started", href: "#contact" }}
/> />
</div> </div>
<div id="productCatalog" data-section="productCatalog"> <div id="productCatalog" data-section="productCatalog">