43 Commits

Author SHA1 Message Date
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
4acccadaf7 Update src/app/page.tsx 2026-03-02 21:55:41 +00:00
b52ac722a0 Merge version_13 into main
Merge version_13 into main
2026-03-02 21:53:19 +00:00
493a3dfd7a Update src/app/page.tsx 2026-03-02 21:53:15 +00:00
b51295038e Merge version_12 into main
Merge version_12 into main
2026-03-02 21:13:01 +00:00
7a1f544bb8 Update src/app/page.tsx 2026-03-02 21:12:49 +00:00
69af158a75 Merge version_12 into main
Merge version_12 into main
2026-03-02 21:05:23 +00:00
95863534ec Update src/app/page.tsx 2026-03-02 21:05:17 +00:00
edf722b735 Update src/app/layout.tsx 2026-03-02 21:05:15 +00:00
2df81cb7fa Merge version_11 into main
Merge version_11 into main
2026-03-02 21:02:13 +00:00
196816b0f8 Update src/app/page.tsx 2026-03-02 21:02:09 +00:00
bbbe0b697b Merge version_10 into main
Merge version_10 into main
2026-03-02 20:55:25 +00:00
eb91e0bdec Update src/app/page.tsx 2026-03-02 20:55:20 +00:00
91ea25e995 Merge version_9 into main
Merge version_9 into main
2026-03-02 20:51:44 +00:00
ef6376c11d Update src/app/page.tsx 2026-03-02 20:51:39 +00:00
0ee8667b79 Update src/app/layout.tsx 2026-03-02 20:51:38 +00:00
4b301c3ebb Merge version_8 into main
Merge version_8 into main
2026-03-02 20:48:37 +00:00
6fa246d2fc Update src/app/page.tsx 2026-03-02 20:48:32 +00:00
18ae176981 Update src/app/layout.tsx 2026-03-02 20:48:32 +00:00
07893d8947 Merge version_7 into main
Merge version_7 into main
2026-03-02 20:45:42 +00:00
8dc3e06d6e Update src/app/page.tsx 2026-03-02 20:45:38 +00:00
cd12b95d4d Update src/app/layout.tsx 2026-03-02 20:45:37 +00:00
ebe31071d0 Merge version_6 into main
Merge version_6 into main
2026-03-02 20:40:22 +00:00
5e9809cf99 Update src/app/page.tsx 2026-03-02 20:40:17 +00:00
540d18bd4f Merge version_6 into main
Merge version_6 into main
2026-03-02 20:39:06 +00:00
1c294cc68b Update src/app/page.tsx 2026-03-02 20:39:01 +00:00
186786d09e Merge version_5 into main
Merge version_5 into main
2026-03-02 20:36:52 +00:00
1d80a07ccc Update src/app/page.tsx 2026-03-02 20:36:48 +00:00
96d0a9ff11 Merge version_5 into main
Merge version_5 into main
2026-03-02 20:36:02 +00:00
d90738c389 Update src/app/page.tsx 2026-03-02 20:35:57 +00:00
de1dedf5e7 Update src/app/layout.tsx 2026-03-02 20:35:57 +00:00
f2310ff1ef Merge version_4 into main
Merge version_4 into main
2026-03-02 20:31:36 +00:00
81dfaa39e3 Update src/app/page.tsx 2026-03-02 20:31:32 +00:00
e77063ed27 Merge version_3 into main
Merge version_3 into main
2026-03-02 20:28:24 +00:00
eb5ba01500 Update src/app/styles/variables.css 2026-03-02 20:28:20 +00:00
ac68793033 Update src/app/page.tsx 2026-03-02 20:28:19 +00:00
2f827b373e Merge version_2 into main
Merge version_2 into main
2026-03-02 20:25:24 +00:00
e39489b284 Update src/app/page.tsx 2026-03-02 20:25:19 +00:00
aa3bc97890 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:24:08 +00:00
ffd1a03b99 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:22:47 +00:00
9734fd32da Merge version_1 into main
Merge version_1 into main
2026-03-02 20:20:49 +00:00
3 changed files with 32 additions and 72 deletions

View File

@@ -1,59 +1,20 @@
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: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.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: ["http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.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 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Sprout} tagIcon={Sprout}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg?_wi=1"
imageAlt="Beautiful landscaped lawn with professional design" imageAlt="Beautiful landscaped lawn with professional design"
imagePosition="right" imagePosition="right"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -56,11 +56,15 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", rating: 5, name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" 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: "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: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
},
{
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"
} }
]} ]}
buttons={[ buttons={[
@@ -110,10 +114,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."
@@ -142,13 +142,16 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
products={[ products={[
{ {
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5, reviewCount: "3 weeks", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Complete yard transformation with new landscaping design" 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-1772485926428-04tdo594.jpg", imageAlt: "Complete yard transformation with new landscaping design"
}, },
{ {
id: "2", brand: "Commercial", name: "Office Building Grounds", price: "Featured", rating: 5, reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Professional commercial landscaping maintenance" 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-1772485939171-702nszjk.jpg", imageAlt: "Professional commercial landscaping maintenance"
}, },
{ {
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5, reviewCount: "2 days", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Safe tree removal and stump grinding project" 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-1772485914611-e56lxnof.jpg", imageAlt: "Safe tree removal and stump grinding project"
} }
]} ]}
buttons={[ buttons={[
@@ -170,16 +173,16 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3" 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: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4" id: "2", name: "Jennifer M.", role: "Homeowner", company: "West Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=1"
}, },
{ {
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" 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: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5"
} }
]} ]}
kpiItems={[ kpiItems={[
@@ -200,7 +203,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="left" mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-lawn-care-flyer_23-2149236535.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=3"
imageAlt="Professional lawn care and landscaping services" imageAlt="Professional lawn care and landscaping services"
mediaAnimation="slide-up" mediaAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -219,9 +222,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."
} }
]} ]}
/> />
@@ -234,8 +234,8 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get Free Quote", href: "#" }, { text: "Get Free Quote Today", href: "#" },
{ text: "Call (555) 123-4567", href: "#" } { text: "Call Now", href: "tel:(555) 123-4567" }
]} ]}
/> />
</div> </div>

View File

@@ -5,20 +5,20 @@
/* --background: #ffffff;; /* --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #120a00e6;;
--primary-cta: #FF7B05;; --primary-cta: #0a7039;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
--accent: #e2e2e2;; --accent: #e2e2e2;;
--background-accent: #FF7B05;; */ --background-accent: #0a7039;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f9f9f9;; --card: #f9f9f9;;
--foreground: #120a00e6;; --foreground: #120a00e6;;
--primary-cta: #FF7B05;; --primary-cta: #0a7039;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;; --secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;; --accent: #e2e2e2;;
--background-accent: #FF7B05;; --background-accent: #0a7039;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);