Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Premium Lawn Care Excellence in Every Cut"
|
||||
description="Mullen's Complete Lawn Care brings professional landscaping services to your neighborhood. From precision mowing to full property maintenance, we deliver results that exceed expectations."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "500+", label: "Satisfied Clients" },
|
||||
@@ -134,13 +134,13 @@ export default function LandingPage() {
|
||||
id: "1", name: "Jennifer Mitchell", role: "Homeowner", testimonial: "Mullen's has been maintaining our lawn for 3 years. The quality is outstanding and the team is always professional and punctual. I wouldn't use anyone else!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Jennifer Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Rodriguez", role: "Property Manager", testimonial: "Managing multiple properties, I need reliable service. Mullen's delivers consistent, high-quality lawn care every single time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Rodriguez"
|
||||
id: "2", name: "David Rodriguez", role: "Property Manager", testimonial: "Managing multiple properties, I need reliable service. Mullen's delivers consistent, high-quality lawn care every single time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Thompson", role: "Homeowner", testimonial: "From first contact to final invoice, the experience was seamless. My lawn has never looked better. Great attention to detail!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chen", role: "Business Owner", testimonial: "We hired Mullen's for our commercial property and they exceeded expectations. Professional, efficient, and affordable. Best decision we made!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
id: "4", name: "Michael Chen", role: "Business Owner", testimonial: "We hired Mullen's for our commercial property and they exceeded expectations. Professional, efficient, and affordable. Best decision we made!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
}
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
|
||||
@@ -43,6 +43,7 @@ function ShopPageContent() {
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -85,6 +86,7 @@ function ShopPageContent() {
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user