@@ -31,102 +31,23 @@ export default function LandingPage() {
<divid="nav"data-section="nav">
<NavbarStyleApple
navItems={[
{
name:"Services",
id:"services",
},
{
name:"Why Us",
id:"about",
},
{
name:"Testimonials",
id:"testimonials",
},
{
name:"FAQ",
id:"faq",
},
{name:"Services",id:"services"},
{name:"Why Us",id:"about"},
{name:"Testimonials",id:"testimonials"},
{name:"FAQ",id:"faq" },
]}
brandName="Blue Flamingo Outdoor"
/>
</div>
<divid="hero"data-section="hero">
<HeroSplitKpi
background={{
variant:"gradient-bars",
}}
title="Lawn Care Services That Show Up and Get It Done Right"
description="Reliable lawn mowing, yard cleanup, and outdoor services in Niceville, FL. Fast quotes, no long-term contracts, and consistent, professional results."
@@ -135,8 +56,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="About Us"
title="Built on Reliability and Simplicity"
description="Most lawn care companies have a reliability problem. Sutton Kiser started Blue Flamingo Outdoor to change that. We show up when scheduled, do the job right, and keep your yard maintained without the hassle."
subdescription="Whether you need weekly mowing or a seasonal cleanup, we focus on consistent quality."
description="We noticed most lawn care companies have a reliability problem. Blue Flamingo was built to change that. We show up when scheduled, do the job right, and keep your yard maintained without the stress."
subdescription="Whether you need weekly mowing or a seasonal cleanup, we focus on consistent, professional quality."
{title:"Lawn Maintenance",description:"Weekly/bi-weekly mowing, edging, and string trimming.",imageSrc:"http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128774.jpg"},
{title:"Landscaping Support",description:"Mulch delivery, pine straw, and shrub pruning.",imageSrc:"http://img.b2bpic.net/free-photo/father-with-little-son-are-planting-tree-yard_1157-26719.jpg"},
{title:"Property Cleanup",description:"Yard debris removal and seasonal deep cleanups.",imageSrc:"http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg"},
]}
title="Full-Service Outdoor Care"
description="Comprehensive care to keep your yard looking professional, reset, and healthy."
@@ -175,46 +84,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id:"1",
name:"Mark R.",
handle:"Niceville Homeowner",
testimonial:"They showed up on time and didn’t miss a spot.",
{id:"1",name:"Mark R.",handle:"Niceville Homeowner",testimonial:"They showed up on time and didn’t miss a spot.",rating: 5},
{id:"2",name:"Sarah P.",handle:"Niceville Homeowner",testimonial:"Super easy to work with and fast.",rating: 5},
{id:"3",name:"James K.",handle:"Niceville Homeowner",testimonial:"Reliable every time.",rating: 5},
]}
showRating={true}
title="Trusted by Niceville Homeowners"
@@ -227,21 +99,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id:"f1",
title:"Do you offer one-time cleanups?",
content:"Yes, we provide one-time cleanups and seasonal yard resets.",
},
{
id:"f2",
title:"What areas do you serve?",
content:"We serve Niceville, FL, and nearby surrounding areas.",
},
{
id:"f3",
title:"How is pricing calculated?",
content:"Pricing is based on yard size, condition, and service type—always transparent and upfront.",
},
{id:"f1",title:"Do you offer one-time cleanups?",content:"Yes, we provide one-time cleanups and seasonal yard resets."},
{id:"f2",title:"What areas do you serve?",content:"We serve Niceville, FL, and nearby surrounding areas."},
]}
title="Common Questions"
description="Answers about our lawn care services in Niceville."
@@ -255,61 +114,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id:"p1",
badge:"Most Popular",
price:"Weekly",
subtitle:"For consistently fast growth",
buttons:[
{
text:"Start Today",
href:"#contact",
},
],
features:[
"Mowing",
"Edging",
"Trimming",
"Blowing",
],
},
{
id:"p2",
badge:"Budget Friendly",
price:"Bi-Weekly",
subtitle:"For slower growth periods",
buttons:[
{
text:"Start Today",
href:"#contact",
},
],
features:[
"Mowing",
"Edging",
"Trimming",
"Blowing",
],
},
{
id:"p3",
badge:"Custom",
price:"One-Time",
subtitle:"Ideal for cleanups",
buttons:[
{
text:"Contact Us",
href:"#contact",
},
],
features:[
"Debris Removal",
"Overgrowth Help",
"Restoration",
],
},
{id:"p1",badge:"Weekly",price:"Weekly",subtitle:"For fast growth",buttons:[{text:"Start Today",href:"#contact"}],features:["Mowing","Edging","Trimming","Blowing"]},
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.