Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Professional Landscaping in Ann Arbor"
|
||||
description="Transform your outdoor space with expert landscaping services. From design to installation and maintenance, LM Groundworks brings Eagle Scout excellence to every project."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "19", label: "Years Young" },
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
{ text: "View Portfolio", href: "#portfolio" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg"
|
||||
imageAlt="Professional landscaping transformation"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -81,14 +81,11 @@ export default function LandingPage() {
|
||||
<FeatureCardEight
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Landscape Design", description: "Custom outdoor space planning that maximizes beauty and functionality for your property", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1", imageAlt: "Landscape design consultation"},
|
||||
id: "1", title: "Landscape Design", description: "Custom outdoor space planning that maximizes beauty and functionality for your property", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Landscape design consultation"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Installation & Build", description: "Expert installation of plants, trees, hardscaping, and outdoor features with precision", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and installation work"},
|
||||
id: "2", title: "Installation & Build", description: "Expert installation of plants, trees, hardscaping, and outdoor features with precision", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and installation work"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Maintenance & Care", description: "Regular maintenance programs to keep your landscape looking pristine year-round", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Professional lawn maintenance"},
|
||||
id: "3", title: "Maintenance & Care", description: "Regular maintenance programs to keep your landscape looking pristine year-round", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Professional lawn maintenance"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive landscaping solutions tailored to your needs"
|
||||
@@ -113,7 +110,7 @@ export default function LandingPage() {
|
||||
reviewCount: "★★★★★", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7341.jpg", imageAlt: "Front yard transformation"},
|
||||
{
|
||||
id: "3", brand: "Ann Arbor", name: "Garden Pathway Installation", price: "Completed", rating: 5,
|
||||
reviewCount: "★★★★★", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2", imageAlt: "Garden pathway project"},
|
||||
reviewCount: "★★★★★", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Garden pathway project"},
|
||||
]}
|
||||
title="Recent Projects"
|
||||
description="Explore transformations we've created for homeowners throughout Ann Arbor"
|
||||
|
||||
Reference in New Issue
Block a user