Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-02-24 04:13:44 +00:00
2 changed files with 5 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

@@ -37,6 +37,7 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Get Quote", href: "#contact-section" }}
brandName="GreenThumb Landscaping"
/>
</div>
@@ -68,6 +69,7 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Get Quote", href: "#contact-section" }}
brandName="GreenThumb Landscaping"
/>
</div>