From ce4faab6fdbda778674bc9d37dad3a316829288c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:13:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 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} -- 2.49.1 From 8356d4df3af062a7d90970d1baa69e7419329789 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:13:39 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 529d773..cee6785 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,6 +37,7 @@ function ShopPageContent() { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Get Quote", href: "#contact-section" }} brandName="GreenThumb Landscaping" /> @@ -68,6 +69,7 @@ function ShopPageContent() { {"name":"Home","id":"/"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Get Quote", href: "#contact-section" }} brandName="GreenThumb Landscaping" /> -- 2.49.1