4 Commits

Author SHA1 Message Date
320d078d65 Merge version_3 into main
Merge version_3 into main
2026-03-07 05:59:34 +00:00
379e4dc6cf Update src/app/page.tsx 2026-03-07 05:59:30 +00:00
255578136c Update src/app/layout.tsx 2026-03-07 05:59:30 +00:00
cc1a24c5b5 Merge version_2 into main
Merge version_2 into main
2026-03-07 05:56:46 +00:00
2 changed files with 15 additions and 19 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}