Compare commits
36 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9822be2de | |||
| c7aa93ec0e | |||
| c5467b9e5a | |||
| 3d623a936d | |||
| aebb633d5f | |||
| 26ceb601d9 | |||
| e0f35ecae8 | |||
| 8e8798dd27 | |||
| 96795ad6a4 | |||
| 4fbadf991c | |||
| 694413b054 | |||
| 0522a93fd2 | |||
| 74683ba5bf | |||
| 00bf6d96d4 | |||
| ed1b7aa18a | |||
| 3c5c112ab7 | |||
| 6da5556e99 | |||
| 0657709c35 | |||
| c22f05746f | |||
| fd548ef3b4 | |||
| d28820e987 | |||
| 350c568090 | |||
| e3bd686caa | |||
| ffbee1dff6 | |||
| 23b2350741 | |||
| 4acccadaf7 | |||
| b52ac722a0 | |||
| 493a3dfd7a | |||
| b51295038e | |||
| 7a1f544bb8 | |||
| 69af158a75 | |||
| 95863534ec | |||
| edf722b735 | |||
| 2df81cb7fa | |||
| 196816b0f8 | |||
| bbbe0b697b |
@@ -1,59 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Manrope } from "next/font/google";
|
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
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"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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"),
|
title: "Maddscape - Professional Lawn & Tree Care", description: "Professional lawn and tree care services in Bloomington, Minnesota. Expert landscaping, tree trimming, and yard maintenance."
|
||||||
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
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${manrope.variable} ${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1421,7 +1383,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,11 +55,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", 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-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,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -110,10 +106,6 @@ export default function LandingPage() {
|
|||||||
icon: Sprout,
|
icon: Sprout,
|
||||||
title: "Seasonal Cleanup", description: "Spring and fall cleanup services including leaf removal, debris management, and seasonal preparation."
|
title: "Seasonal Cleanup", description: "Spring and fall cleanup services including leaf removal, debris management, and seasonal preparation."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: Bug,
|
|
||||||
title: "Pest & Disease Control", description: "Integrated pest management and plant health care to protect your landscape from damage and disease."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
icon: Droplets,
|
||||||
title: "Mulch & Soil Services", description: "Professional mulching and soil amendment services to enhance soil health and plant growth."
|
title: "Mulch & Soil Services", description: "Professional mulching and soil amendment services to enhance soil health and plant growth."
|
||||||
@@ -143,15 +135,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5,
|
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5,
|
||||||
reviewCount: "3 weeks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-aa7iq37g.jpg?_wi=1", imageAlt: "Complete yard transformation with new landscaping design"
|
reviewCount: "3 weeks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485926428-04tdo594.jpg", imageAlt: "Complete yard transformation with new landscaping design"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Commercial", name: "Office Building Grounds", price: "Featured", rating: 5,
|
id: "2", brand: "Commercial", name: "Lawn care ", price: "Featured", rating: 5,
|
||||||
reviewCount: "Ongoing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg?_wi=2", imageAlt: "Professional commercial landscaping maintenance"
|
reviewCount: "Ongoing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485939171-702nszjk.jpg", imageAlt: "Professional commercial landscaping maintenance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5,
|
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5,
|
||||||
reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772484296862-9cqh86nu.jpg", imageAlt: "Safe tree removal and stump grinding project"
|
reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485914611-e56lxnof.jpg", imageAlt: "Safe tree removal and stump grinding project"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -177,20 +169,12 @@ export default function LandingPage() {
|
|||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5,
|
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-aa7iq37g.jpg?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5,
|
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-1772483901119-6g4fddno.png?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5", name: "Todd M Simmons", role: "Homeowner", company: "South Bloomington", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -230,9 +214,6 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "Can you help with landscape design?", content: "Absolutely! Our landscape design team can create custom designs tailored to your vision, budget, and property. We handle everything from conceptual drawings to full installation and maintenance."
|
id: "5", title: "Can you help with landscape design?", content: "Absolutely! Our landscape design team can create custom designs tailored to your vision, budget, and property. We handle everything from conceptual drawings to full installation and maintenance."
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6", title: "Do you offer eco-friendly options?", content: "Yes, we're committed to sustainable practices. We offer organic fertilizers, integrated pest management, mulching, and other eco-friendly solutions to keep your landscape healthy and environmentally responsible."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -240,12 +221,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<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="Transform your outdoor space with a free consultation. Ready to get started? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Quote Today", href: "#" },
|
{ text: "Schedule Your Free Estimate", href: "#" },
|
||||||
{ text: "Call Now", href: "tel:(555) 123-4567" }
|
{ text: "Call Now", href: "tel:(555) 123-4567" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -292,4 +273,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user