From 64ada743790a7f349a67cae05951ba38a6be6051 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:57:08 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d1526d..212b3b4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "A&E Lawn Care | Professional Lawn Maintenance in Richmond Hill", description: "Expert lawn care services in Richmond Hill, Ontario. Weekly mowing, seasonal care, and more with 98% client satisfaction."}; + title: "A&E Lawn Care | Professional Lawn Maintenance in Richmond Hill", description: "Expert lawn care services in Richmond Hill, Ontario. Weekly mowing, seasonal care, and more with 98% client satisfaction." +}; export default function RootLayout({ children, -- 2.49.1 From 1b630f1ebec5d8c36c671d68b93c3c6e771b69a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:57:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55f9b11..aba4361 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { enableKpiAnimation={true} tag="Local Service Providers" tagIcon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" - imageAlt="Beautiful manicured lawn in Richmond Hill" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARjejjN6GbifOFaQtlHtTkDdS2/uploaded-1772564195991-use88rzx.jpg" + imageAlt="Professional lawn care team working on multiple properties" mediaAnimation="slide-up" buttons={[ { text: "Book Service", href: "#contact" }, @@ -69,7 +69,7 @@ export default function LandingPage() {