Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-24 04:11:25 +00:00
parent acd1c19f55
commit 20ea6eabeb
2 changed files with 11 additions and 3 deletions

View File

@@ -66,9 +66,9 @@ export default function LandingPage() {
imageAlt="Beautifully landscaped backyard with mature trees and well-maintained lawn"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Eco-Friendly Practices", icon: "Leaf" },
{ type: "text", text: "Seasonal Maintenance Plans", icon: "Calendar" },
{ type: "text", text: "Licensed & Insured Team", icon: "Shield" }
{ type: "text", text: "Eco-Friendly Practices" },
{ type: "text", text: "Seasonal Maintenance Plans" },
{ type: "text", text: "Licensed & Insured Team" }
]}
marqueeSpeed={30}
showMarqueeCard={true}

View File

@@ -38,6 +38,10 @@ function ShopPageContent() {
{"name":"Shop","id":"/shop"}
]}
brandName="GreenThumb Landscaping"
button={{
text: "Get Started",
variant: "primary"
}}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -69,6 +73,10 @@ function ShopPageContent() {
{"name":"Shop","id":"/shop"}
]}
brandName="GreenThumb Landscaping"
button={{
text: "Get Started",
variant: "primary"
}}
/>
</div>
<div id="productCatalog" data-section="productCatalog">