15 Commits

Author SHA1 Message Date
694413b054 Update src/app/page.tsx 2026-03-02 22:14:01 +00:00
0522a93fd2 Merge version_19 into main
Merge version_19 into main
2026-03-02 22:10:29 +00:00
74683ba5bf Update src/app/page.tsx 2026-03-02 22:10:24 +00:00
00bf6d96d4 Update src/app/layout.tsx 2026-03-02 22:10:23 +00:00
ed1b7aa18a Merge version_18 into main
Merge version_18 into main
2026-03-02 22:08:39 +00:00
3c5c112ab7 Update src/app/page.tsx 2026-03-02 22:08:35 +00:00
6da5556e99 Merge version_17 into main
Merge version_17 into main
2026-03-02 22:05:50 +00:00
0657709c35 Update src/app/page.tsx 2026-03-02 22:05:45 +00:00
c22f05746f Merge version_16 into main
Merge version_16 into main
2026-03-02 22:03:52 +00:00
fd548ef3b4 Update src/app/page.tsx 2026-03-02 22:03:48 +00:00
d28820e987 Update src/app/layout.tsx 2026-03-02 22:03:48 +00:00
350c568090 Merge version_15 into main
Merge version_15 into main
2026-03-02 22:00:25 +00:00
e3bd686caa Update src/app/page.tsx 2026-03-02 22:00:21 +00:00
ffbee1dff6 Update src/app/layout.tsx 2026-03-02 22:00:20 +00:00
23b2350741 Merge version_14 into main
Merge version_14 into main
2026-03-02 21:55:45 +00:00
2 changed files with 19 additions and 54 deletions

View File

@@ -1,59 +1,21 @@
import type { Metadata } from "next";
import { Manrope } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Maddscape - Professional Lawn & Tree Care Bloomington MN", description: "Transform your outdoor space with Maddscape's expert lawn and tree care services in Bloomington, Minnesota. Free quotes available.", keywords: "lawn care Bloomington, tree service Minnesota, landscaping, lawn mowing, tree trimming, yard maintenance", metadataBase: new URL("https://maddscape.com"),
alternates: {
canonical: "https://maddscape.com"
},
openGraph: {
title: "Maddscape - Lawn & Tree Care", description: "Professional landscaping and tree care services serving Bloomington, Minnesota since 2010.", url: "https://maddscape.com", siteName: "Maddscape", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg", alt: "Maddscape Professional Lawn Care"
}
]
},
twitter: {
card: "summary_large_image", title: "Maddscape - Professional Lawn & Tree Care", description: "Expert landscaping services in Bloomington, MN", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg"]
},
robots: {
index: true,
follow: true
}
title: "Maddscape - Professional Lawn & Tree Care", description: "Professional lawn and tree care services in Bloomington, Minnesota. Expert landscaping, tree trimming, and yard maintenance."
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${manrope.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -55,11 +55,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=1"
},
{
name: "David R.", handle: "Business Owner", testimonial: "We've been using Maddscape for our commercial property for 3 years. Consistent quality and excellent service.", rating: 5,
name: "Tom", handle: "Long-time Client", testimonial: "Exceptional service year after year. Maddscape treats my property like their own. Highly recommended!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
}
]}
@@ -171,6 +167,14 @@ export default function LandingPage() {
{
id: "1", name: "AJ Kessler", role: "Homeowner", company: "North Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
},
{
id: "3", name: "Tom", role: "Long-time Client", company: "Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
},
{
id: "4", name: "Nino Emmanuelle", role: "Satisfied Customer", company: "Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
}
]}
kpiItems={[
@@ -217,12 +221,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your outdoor space? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
text="No obligation. Response within 24 hours. Ready to transform your outdoor space? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Free Quote Today", href: "#" },
{ text: "Schedule Your Free Estimate", href: "#" },
{ text: "Call Now", href: "tel:(555) 123-4567" }
]}
/>
@@ -269,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}