From 20ea6eabeb5206cf73bf0609188fcc970b958c78 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 04:11:25 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 6 +++--- src/app/shop/page.tsx | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0694dd..aaf2471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 529d773..0953676 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,6 +38,10 @@ function ShopPageContent() { {"name":"Shop","id":"/shop"} ]} brandName="GreenThumb Landscaping" + button={{ + text: "Get Started", + variant: "primary" + }} />
@@ -69,6 +73,10 @@ function ShopPageContent() { {"name":"Shop","id":"/shop"} ]} brandName="GreenThumb Landscaping" + button={{ + text: "Get Started", + variant: "primary" + }} />