diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f1f9fe..f10be51 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,16 +22,18 @@ const manrope = Manrope({ export const metadata: Metadata = { title: "Mow Problem | Professional Lawn Care Pocatello", description: "Reliable lawn care & landscaping services in Pocatello. Professional mowing, landscaping, weed control & snow removal. Get your free quote today!", keywords: "lawn care Pocatello, landscaping services, lawn mowing, yard maintenance, weed control, snow removal", metadataBase: new URL("https://mowproblem.com"), alternates: { - canonical: "https://mowproblem.com"}, + canonical: "https://mowproblem.com" + }, openGraph: { title: "Mow Problem | Trusted Lawn Care & Landscaping", description: "Professional, reliable lawn care and landscaping services you can depend on. Serving Pocatello with excellence.", siteName: "Mow Problem", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg", alt: "Professional lawn care service"}, - ], + url: "http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg", alt: "Professional lawn care service" + } + ] }, twitter: { - card: "summary_large_image", title: "Mow Problem | Professional Lawn Care", description: "Reliable lawn care you can trust. Free quote today!", images: ["http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg"], - }, + card: "summary_large_image", title: "Mow Problem | Professional Lawn Care", description: "Reliable lawn care you can trust. Free quote today!", images: ["http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg"] + } }; export default function RootLayout({ @@ -1418,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c0504df..7275d4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,28 +115,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Chris & Shanell Bowen", role: "Homeowner", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-young-woman-chatting-cell-outdoors_1262-20226.jpg", imageAlt: "happy homeowner portrait professional photo" + id: "1", name: "Chris & Shanell Bowen", role: "Homeowner", company: "Pocatello, ID", rating: 5 }, { - id: "2", name: "Gregory O'Hagan", role: "Property Owner", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", imageAlt: "professional male portrait confident smile" + id: "2", name: "Gregory O'Hagan", role: "Property Owner", company: "Pocatello, ID", rating: 5 }, { - id: "3", name: "Scott Webb", role: "Homeowner", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg", imageAlt: "happy male portrait satisfied customer photo" + id: "3", name: "Scott Webb", role: "Homeowner", company: "Pocatello, ID", rating: 5 }, { - id: "4", name: "Jessica Heglund", role: "Property Owner", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "happy female professional portrait confident" + id: "4", name: "Jessica Heglund", role: "Property Owner", company: "Pocatello, ID", rating: 5 }, { - id: "5", name: "Marc Rold", role: "Long-time Client", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-posing-office-desk_1163-3983.jpg", imageAlt: "professional male portrait confident smile" + id: "5", name: "Marc Rold", role: "Long-time Client", company: "Pocatello, ID", rating: 5 }, { - id: "6", name: "Lana Janssen", role: "Homeowner", company: "Pocatello, ID", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "happy female customer portrait professional" + id: "6", name: "Lana Janssen", role: "Homeowner", company: "Pocatello, ID", rating: 5 } ]} gridVariant="uniform-all-items-equal" @@ -231,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file