Merge version_1 into main #2
385
src/app/page.tsx
385
src/app/page.tsx
@@ -33,126 +33,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Portfolio", id: "projects" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Springfield Landscaping"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Bringing Your Vision to Life"
|
||||
description="Expert landscaping and lawn care services dedicated to creating breathtaking outdoor spaces that thrive throughout the seasons."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Transformative results. My lawn has never looked this healthy or vibrant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401298.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Incredible attention to detail. They truly care about the landscape and the environment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
|
||||
},
|
||||
{
|
||||
name: "Bob Miller",
|
||||
handle: "@bobm",
|
||||
testimonial: "Consistent, reliable, and highly professional. Highly recommended for any yard project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@slee",
|
||||
testimonial: "They turned my backyard into a sanctuary. Exceptional hardscaping and planning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013412.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike Ross",
|
||||
handle: "@mross",
|
||||
testimonial: "Professional team that delivered beyond our expectations on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg",
|
||||
},
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "Transformative results. My lawn has never looked this healthy or vibrant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401298.jpg" },
|
||||
{ name: "Jane Smith", handle: "@jsmith", testimonial: "Incredible attention to detail. They truly care about the landscape and the environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg" },
|
||||
{ name: "Bob Miller", handle: "@bobm", testimonial: "Consistent, reliable, and highly professional. Highly recommended for any yard project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg" },
|
||||
{ name: "Sarah Lee", handle: "@slee", testimonial: "They turned my backyard into a sanctuary. Exceptional hardscaping and planning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fumigation_23-2148013412.jpg" },
|
||||
{ name: "Mike Ross", handle: "@mross", testimonial: "Professional team that delivered beyond our expectations on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1398.jpg?_wi=1"
|
||||
buttons={[{ text: "Get a Free Consultation", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1398.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg",
|
||||
alt: "Client avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg",
|
||||
alt: "Client avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg",
|
||||
alt: "Client avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg",
|
||||
alt: "Client avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-gardeners-aprons-growing-petunias-greenhouse-professional-serious-garden-workers-taking-care-pretty-flowers-blonde-woman-holding-pot-greenhouse-gardening-activity-summer-concept_74855-12995.jpg",
|
||||
alt: "Client avatar 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg", alt: "Client avatar 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg", alt: "Client avatar 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg", alt: "Client avatar 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", alt: "Client avatar 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-gardeners-aprons-growing-petunias-greenhouse-professional-serious-garden-workers-taking-care-pretty-flowers-blonde-woman-holding-pot-greenhouse-gardening-activity-summer-concept_74855-12995.jpg", alt: "Client avatar 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Maintenance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hardscape Excellence",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Irrigation Experts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Springfield Trusted",
|
||||
},
|
||||
{ type: "text", text: "Sustainable Design" },
|
||||
{ type: "text", text: "Professional Maintenance" },
|
||||
{ type: "text", text: "Hardscape Excellence" },
|
||||
{ type: "text", text: "Irrigation Experts" },
|
||||
{ type: "text", text: "Springfield Trusted" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,15 +79,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional Landscaping Experts",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/female-gardener-taking-photo-potted-petunia-plants-phone_74855-16365.jpg",
|
||||
alt: "Landscape Team",
|
||||
},
|
||||
{ type: "text", content: "Professional Landscaping Experts" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-gardener-taking-photo-potted-petunia-plants-phone_74855-16365.jpg", alt: "Landscape Team" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,49 +92,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Lawn Care",
|
||||
description: "Expert mowing, trimming, and seasonal treatments to keep your lawn thriving.",
|
||||
icon: CheckCircle,
|
||||
title: "Precision Lawn Care", description: "Expert mowing, trimming, and seasonal treatments to keep your lawn thriving.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bush-pruning-with-hedge-trimmer_342744-536.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bush-pruning-with-hedge-trimmer_342744-536.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1398.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing service professional",
|
||||
},
|
||||
{
|
||||
title: "Hardscaping Design",
|
||||
description: "Patios, walkways, and retaining walls built to last with high-quality craftsmanship.",
|
||||
icon: CheckCircle,
|
||||
title: "Hardscaping Design", description: "Patios, walkways, and retaining walls built to last with high-quality craftsmanship.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-building-facade-with-solar-panels-scaffolding_23-2152006097.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-building-facade-with-solar-panels-scaffolding_23-2152006097.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-taking-photo-potted-petunia-plants-phone_74855-16365.jpg",
|
||||
imageAlt: "lawn mowing service professional",
|
||||
},
|
||||
{
|
||||
title: "Efficient Irrigation",
|
||||
description: "Automated system installation and maintenance to ensure efficient, smart water usage.",
|
||||
icon: CheckCircle,
|
||||
title: "Efficient Irrigation", description: "Automated system installation and maintenance to ensure efficient, smart water usage.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-watering-taking-care-plants-close-up_176420-3802.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804046.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-watering-taking-care-plants-close-up_176420-3802.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804046.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg?_wi=1",
|
||||
imageAlt: "lawn mowing service professional",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -238,60 +125,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Springfield",
|
||||
name: "Residential Lawn Transformation",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Springfield",
|
||||
name: "Stone Patio & Walkway",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-crossfit-with-wheel-hammer_23-2147671860.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Springfield",
|
||||
name: "Custom Garden Bed Design",
|
||||
price: "Custom",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Springfield",
|
||||
name: "Orchard Tree Pruning",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-picks-apples-orchard_1398-1859.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Springfield",
|
||||
name: "Secure Wood Fencing",
|
||||
price: "Custom",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sparrow-perched-white-wooden-fence-with-blurry-lake_181624-23244.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Springfield",
|
||||
name: "Ambient Outdoor Lighting",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tranquil-scene-tree-reflection-pond-generated-by-ai_188544-37187.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Springfield", name: "Residential Lawn Transformation", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg" },
|
||||
{ id: "p2", brand: "Springfield", name: "Stone Patio & Walkway", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-crossfit-with-wheel-hammer_23-2147671860.jpg" },
|
||||
{ id: "p3", brand: "Springfield", name: "Custom Garden Bed Design", price: "Custom", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg" },
|
||||
{ id: "p4", brand: "Springfield", name: "Orchard Tree Pruning", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/family-picks-apples-orchard_1398-1859.jpg" },
|
||||
{ id: "p5", brand: "Springfield", name: "Secure Wood Fencing", price: "Custom", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/sparrow-perched-white-wooden-fence-with-blurry-lake_181624-23244.jpg" },
|
||||
{ id: "p6", brand: "Springfield", name: "Ambient Outdoor Lighting", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/tranquil-scene-tree-reflection-pond-generated-by-ai_188544-37187.jpg" },
|
||||
]}
|
||||
title="Recent Project Portfolio"
|
||||
description="Explore our recent work and visual transformations across Springfield area homes."
|
||||
@@ -305,27 +144,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated service to Springfield",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "800+",
|
||||
title: "Happy Clients",
|
||||
description: "Residential projects completed",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Available",
|
||||
description: "Always ready to assist",
|
||||
icon: Shield,
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Dedicated service to Springfield", icon: Award },
|
||||
{ id: "m2", value: "800+", title: "Happy Clients", description: "Residential projects completed", icon: CheckCircle },
|
||||
{ id: "m3", value: "24/7", title: "Support Available", description: "Always ready to assist", icon: Shield },
|
||||
]}
|
||||
title="Why Choose Springfield"
|
||||
description="Proven results and dedication to local Springfield homeowners."
|
||||
@@ -337,46 +158,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Results",
|
||||
quote: "Reliable and professional service always.",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Top Notch",
|
||||
quote: "The landscaping design was impeccable.",
|
||||
name: "Tom Davis",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Beautiful Garden",
|
||||
quote: "Love the transformation and maintenance.",
|
||||
name: "Alice Brown",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Very Happy",
|
||||
quote: "The best team in Springfield.",
|
||||
name: "Robert Kent",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12298.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exceeded Expectations",
|
||||
quote: "Highly efficient and friendly workers.",
|
||||
name: "Jane Wilson",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Great Results", quote: "Reliable and professional service always.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg" },
|
||||
{ id: "t2", title: "Top Notch", quote: "The landscaping design was impeccable.", name: "Tom Davis", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg" },
|
||||
{ id: "t3", title: "Beautiful Garden", quote: "Love the transformation and maintenance.", name: "Alice Brown", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" },
|
||||
{ id: "t4", title: "Very Happy", quote: "The best team in Springfield.", name: "Robert Kent", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12298.jpg" },
|
||||
{ id: "t5", title: "Exceeded Expectations", quote: "Highly efficient and friendly workers.", name: "Jane Wilson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our neighbors say about their experience."
|
||||
@@ -388,21 +174,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I get a quote?",
|
||||
content: "Simply fill out our online contact form or call us for a complimentary on-site evaluation.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, our team is fully licensed and insured for all landscaping activities.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve the Springfield metro area and surrounding communities.",
|
||||
},
|
||||
{ id: "q1", title: "How do I get a quote?", content: "Simply fill out our online contact form or call us for a complimentary on-site evaluation." },
|
||||
{ id: "q2", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed and insured for all landscaping activities." },
|
||||
{ id: "q3", title: "What areas do you serve?", content: "We primarily serve the Springfield metro area and surrounding communities." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common questions about our services."
|
||||
@@ -415,15 +189,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Landscape Guild",
|
||||
"Garden Excellence",
|
||||
"Green Springfield",
|
||||
"Eco Certified",
|
||||
"Regional Builders",
|
||||
"Landscape Merit",
|
||||
"Springfield Gardeners",
|
||||
]}
|
||||
names={["Landscape Guild", "Garden Excellence", "Green Springfield", "Eco Certified", "Regional Builders", "Landscape Merit", "Springfield Gardeners"]}
|
||||
title="Trusted Partners & Memberships"
|
||||
description="We are proud to collaborate with leading industry organizations."
|
||||
/>
|
||||
@@ -432,18 +198,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Greener Landscape?"
|
||||
description="Let us take care of all your landscaping and maintenance needs. Reach out today for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "mailto:info@springfieldlandscaping.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Our Team", href: "mailto:info@springfieldlandscaping.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -452,37 +211,17 @@ export default function LandingPage() {
|
||||
logoText="Springfield Landscaping"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Portfolio", href: "#projects" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user