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, 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() {