5 Commits

Author SHA1 Message Date
90d60d706e Update src/app/page.tsx 2026-03-20 14:25:02 +00:00
225326d9fd Update src/app/assessment/page.tsx 2026-03-20 14:25:02 +00:00
e1b2d7f3bb Merge version_8 into main
Merge version_8 into main
2026-03-20 14:23:20 +00:00
7222df9aad Update src/app/page.tsx 2026-03-20 14:23:16 +00:00
574993f53b Merge version_7 into main
Merge version_7 into main
2026-03-20 14:14:49 +00:00
2 changed files with 2 additions and 5 deletions

View File

@@ -68,7 +68,6 @@ export default function AssessmentPage() {
<NavbarStyleCentered <NavbarStyleCentered
brandName="Land Care 4 U" brandName="Land Care 4 U"
navItems={[ navItems={[
{ name: "Home", id: "home" },
{ name: "Our Work", id: "showcase" }, { name: "Our Work", id: "showcase" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" } { name: "Reviews", id: "testimonials" }

View File

@@ -48,8 +48,7 @@ export default function LandingPage() {
logoText="Land Care 4 U & Landscaping" logoText="Land Care 4 U & Landscaping"
description="Transform Your Yard Into a Beautiful, Stress-Free Outdoor Space. Reliable. Professional. Affordable landscaping trusted by homeowners who want it done right the first time." description="Transform Your Yard Into a Beautiful, Stress-Free Outdoor Space. Reliable. Professional. Affordable landscaping trusted by homeowners who want it done right the first time."
buttons={[ buttons={[
{ text: "Get Your Free Yard Assessment", onClick: handleGetAssessment }, { text: "Get Your Free Yard Assessment", onClick: handleGetAssessment }
{ text: "View Our Work", href: "#showcase" }
]} ]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg?id=1242915", imageAlt: "Yard transformation from overgrown to lush green landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg?id=1242915", imageAlt: "Yard transformation from overgrown to lush green landscape" },
@@ -176,8 +175,7 @@ export default function LandingPage() {
logoText="Land Care 4 U & Landscaping" logoText="Land Care 4 U & Landscaping"
copyrightText="© 2025 Land Care 4 U & Landscaping. All rights reserved." copyrightText="© 2025 Land Care 4 U & Landscaping. All rights reserved."
socialLinks={[ socialLinks={[
{ icon: Instagram, href: "https://www.instagram.com/lawncare4ulandscaping", ariaLabel: "Instagram" }, { icon: Instagram, href: "https://www.instagram.com/lawncare4ulandscaping", ariaLabel: "Follow us on Instagram @lawncare4ulandscaping" }
{ icon: Phone, href: "tel:+19515484002", ariaLabel: "Call us" }
]} ]}
ariaLabel="Site footer" ariaLabel="Site footer"
/> />