Update src/app/page.tsx
This commit is contained in:
411
src/app/page.tsx
411
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#client-stories",
|
||||
},
|
||||
name: "Testimonials", id: "#client-stories"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Consultation", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/abstract-logo-green-cloud_1048-2079.jpg"
|
||||
logoAlt="10 Days Lawn Care Logo"
|
||||
brandName="10 Days Lawn Care"
|
||||
@@ -75,106 +59,58 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Your Lawn Deserves 10 Days Excellence"
|
||||
description="Professional lawn care and landscape design that transforms outdoor spaces. Trusted by homeowners across the region."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@Homeowner",
|
||||
testimonial: "10 Days transformed our backyard! Their team is professional and meticulous. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polyamory-people-spending-time-togetehr_23-2149302017.jpg",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
name: "Sarah J.", handle: "@Homeowner", testimonial: "10 Days transformed our backyard! Their team is professional and meticulous. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polyamory-people-spending-time-togetehr_23-2149302017.jpg", imageAlt: "happy homeowner portrait smiling"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@PropertyMgr",
|
||||
testimonial: "Consistent, reliable, and always exceeding expectations. Our commercial properties have never looked better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-logo-green-cloud_1048-2079.jpg",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
name: "Mark D.", handle: "@PropertyMgr", testimonial: "Consistent, reliable, and always exceeding expectations. Our commercial properties have never looked better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-logo-green-cloud_1048-2079.jpg", imageAlt: "happy homeowner portrait smiling"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@Resident",
|
||||
testimonial: "I love coming home to a perfectly manicured lawn. 10 Days makes it effortless and beautiful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=1",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
name: "Emily R.", handle: "@Resident", testimonial: "I love coming home to a perfectly manicured lawn. 10 Days makes it effortless and beautiful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg", imageAlt: "happy homeowner portrait smiling"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@BusinessOwner",
|
||||
testimonial: "Efficient and high-quality service. They've improved our curb appeal significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
name: "David K.", handle: "@BusinessOwner", testimonial: "Efficient and high-quality service. They've improved our curb appeal significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", imageAlt: "happy homeowner portrait smiling"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@HappyClient",
|
||||
testimonial: "From design to maintenance, 10 Days provides top-notch service. Our garden is a true oasis now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
name: "Jessica L.", handle: "@HappyClient", testimonial: "From design to maintenance, 10 Days provides top-notch service. Our garden is a true oasis now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "happy homeowner portrait smiling"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Your Free Consultation", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-logo-green-cloud_1048-2079.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-logo-green-cloud_1048-2079.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
|
||||
alt: "Mark D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "Mark D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-impressed-bearded-redhead-guy-posing-against-white-wall_176420-33193.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-impressed-bearded-redhead-guy-posing-against-white-wall_176420-33193.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
||||
alt: "Lisa S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg", alt: "Lisa S."},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of happy clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg"
|
||||
imageAlt="Lush green lawn in front of a modern house"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-winning Lawn Care",
|
||||
type: "text", text: "Award-winning Lawn Care"},
|
||||
{
|
||||
type: "text-icon", text: "Sustainable Practices", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Practices",
|
||||
icon: Leaf,
|
||||
type: "text", text: "Expert Landscape Design"},
|
||||
{
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Landscape Design",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Solutions",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,11 +122,8 @@ export default function LandingPage() {
|
||||
title="Dedicated to Crafting Beautiful Outdoor Spaces"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
description="At 10 Days Lawn Care + Landscaping, we believe every outdoor space has the potential for greatness. With a passion for precision and a commitment to customer satisfaction, our experienced team delivers unparalleled service, from routine maintenance to bespoke landscape designs. We're not just maintaining lawns; we're cultivating environments where memories grow."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -201,37 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "mowing",
|
||||
label: "Lawn Mowing & Maintenance",
|
||||
title: "Precision Lawn Care",
|
||||
items: [
|
||||
"Weekly mowing & trimming",
|
||||
"Edging & blowing",
|
||||
"Fertilization programs",
|
||||
"Weed control",
|
||||
],
|
||||
id: "mowing", label: "Lawn Mowing & Maintenance", title: "Precision Lawn Care", items: [
|
||||
"Weekly mowing & trimming", "Edging & blowing", "Fertilization programs", "Weed control"],
|
||||
},
|
||||
{
|
||||
id: "landscaping",
|
||||
label: "Landscape Design & Installation",
|
||||
title: "Creative Outdoor Transformations",
|
||||
items: [
|
||||
"Custom garden designs",
|
||||
"Planting & bed creation",
|
||||
"Hardscaping (patios, walkways)",
|
||||
"Irrigation systems",
|
||||
],
|
||||
id: "landscaping", label: "Landscape Design & Installation", title: "Creative Outdoor Transformations", items: [
|
||||
"Custom garden designs", "Planting & bed creation", "Hardscaping (patios, walkways)", "Irrigation systems"],
|
||||
},
|
||||
{
|
||||
id: "seasonal",
|
||||
label: "Seasonal Cleanups",
|
||||
title: "Year-Round Property Perfection",
|
||||
items: [
|
||||
"Spring revitalization",
|
||||
"Fall leaf removal",
|
||||
"Gutter cleaning",
|
||||
"Storm debris management",
|
||||
],
|
||||
id: "seasonal", label: "Seasonal Cleanups", title: "Year-Round Property Perfection", items: [
|
||||
"Spring revitalization", "Fall leaf removal", "Gutter cleaning", "Storm debris management"],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Services for a Lush Landscape"
|
||||
@@ -247,73 +159,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
brand: "Residential",
|
||||
name: "Lawn Restoration & Care",
|
||||
price: "Starting at $X,XXX",
|
||||
rating: 5,
|
||||
reviewCount: "25 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_1417-1672.jpg",
|
||||
imageAlt: "Lush green lawn after restoration",
|
||||
},
|
||||
id: "project-1", brand: "Residential", name: "Lawn Restoration & Care", price: "Starting at $X,XXX", rating: 5,
|
||||
reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/green-grass_1417-1672.jpg", imageAlt: "Lush green lawn after restoration"},
|
||||
{
|
||||
id: "project-2",
|
||||
brand: "Residential",
|
||||
name: "Custom Garden Design",
|
||||
price: "Starting at $X,XXX",
|
||||
rating: 5,
|
||||
reviewCount: "18 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3002.jpg",
|
||||
imageAlt: "Modern garden design with colorful flowers",
|
||||
},
|
||||
id: "project-2", brand: "Residential", name: "Custom Garden Design", price: "Starting at $X,XXX", rating: 5,
|
||||
reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3002.jpg", imageAlt: "Modern garden design with colorful flowers"},
|
||||
{
|
||||
id: "project-3",
|
||||
brand: "Residential",
|
||||
name: "Hardscape Patio Installation",
|
||||
price: "Starting at $X,XXX",
|
||||
rating: 5,
|
||||
reviewCount: "30 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698322.jpg",
|
||||
imageAlt: "Elegant stone patio with outdoor furniture",
|
||||
},
|
||||
id: "project-3", brand: "Residential", name: "Hardscape Patio Installation", price: "Starting at $X,XXX", rating: 5,
|
||||
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698322.jpg", imageAlt: "Elegant stone patio with outdoor furniture"},
|
||||
{
|
||||
id: "project-4",
|
||||
brand: "Residential",
|
||||
name: "Tree & Shrub Management",
|
||||
price: "Starting at $X,XXX",
|
||||
rating: 5,
|
||||
reviewCount: "12 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg",
|
||||
imageAlt: "Professionally trimmed trees and shrubs",
|
||||
},
|
||||
id: "project-4", brand: "Residential", name: "Tree & Shrub Management", price: "Starting at $X,XXX", rating: 5,
|
||||
reviewCount: "12 reviews", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professionally trimmed trees and shrubs"},
|
||||
{
|
||||
id: "project-5",
|
||||
brand: "Residential",
|
||||
name: "Efficient Irrigation Systems",
|
||||
price: "Starting at $X,XXX",
|
||||
rating: 5,
|
||||
reviewCount: "15 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg",
|
||||
imageAlt: "Sprinkler system watering a lush lawn",
|
||||
},
|
||||
id: "project-5", brand: "Residential", name: "Efficient Irrigation Systems", price: "Starting at $X,XXX", rating: 5,
|
||||
reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg", imageAlt: "Sprinkler system watering a lush lawn"},
|
||||
{
|
||||
id: "project-6",
|
||||
brand: "Commercial",
|
||||
name: "Commercial Grounds Maintenance",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "10 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg",
|
||||
imageAlt: "Well-maintained commercial property landscape",
|
||||
},
|
||||
id: "project-6", brand: "Commercial", name: "Commercial Grounds Maintenance", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "10 reviews", imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg", imageAlt: "Well-maintained commercial property landscape"},
|
||||
]}
|
||||
title="Our Signature Projects"
|
||||
description="Explore a gallery of our completed projects, showcasing our commitment to quality, creativity, and attention to detail in every outdoor transformation."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Projects",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Projects", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -325,34 +193,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving the community since 2014",
|
||||
"Expertise in local flora and climate",
|
||||
"Continuous team training",
|
||||
],
|
||||
id: "years", value: "10+", title: "Years Experience", items: [
|
||||
"Serving the community since 2014", "Expertise in local flora and climate", "Continuous team training"],
|
||||
},
|
||||
{
|
||||
id: "clients",
|
||||
value: "500+",
|
||||
title: "Satisfied Clients",
|
||||
items: [
|
||||
"Homeowners and property managers",
|
||||
"Long-term relationships",
|
||||
"Referral-based growth",
|
||||
],
|
||||
id: "clients", value: "500+", title: "Satisfied Clients", items: [
|
||||
"Homeowners and property managers", "Long-term relationships", "Referral-based growth"],
|
||||
},
|
||||
{
|
||||
id: "projects",
|
||||
value: "1000+",
|
||||
title: "Projects Completed",
|
||||
items: [
|
||||
"From routine cuts to full landscapes",
|
||||
"Diverse range of property types",
|
||||
"Attention to every detail",
|
||||
],
|
||||
id: "projects", value: "1000+", title: "Projects Completed", items: [
|
||||
"From routine cuts to full landscapes", "Diverse range of property types", "Attention to every detail"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose 10 Days Lawn Care?"
|
||||
@@ -360,9 +210,7 @@ export default function LandingPage() {
|
||||
tag="Our Commitment"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Approach", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -375,50 +223,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Laura S.",
|
||||
role: "Homeowner",
|
||||
company: "Maplewood, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
imageAlt: "Laura S.",
|
||||
},
|
||||
id: "1", name: "Laura S.", role: "Homeowner", company: "Maplewood, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", imageAlt: "Laura S."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert B.",
|
||||
role: "Property Manager",
|
||||
company: "Summit Commercial",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3548.jpg",
|
||||
imageAlt: "Robert B.",
|
||||
},
|
||||
id: "2", name: "Robert B.", role: "Property Manager", company: "Summit Commercial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3548.jpg", imageAlt: "Robert B."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patricia M.",
|
||||
role: "Retiree",
|
||||
company: "Chatham, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-man-looking-busy-while-working-garden_259150-58916.jpg",
|
||||
imageAlt: "Patricia M.",
|
||||
},
|
||||
id: "3", name: "Patricia M.", role: "Retiree", company: "Chatham, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-man-looking-busy-while-working-garden_259150-58916.jpg", imageAlt: "Patricia M."},
|
||||
{
|
||||
id: "4",
|
||||
name: "The Johnson Family",
|
||||
role: "Homeowners",
|
||||
company: "Livingston, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-holding-her-friend_23-2148238310.jpg",
|
||||
imageAlt: "The Johnson Family",
|
||||
},
|
||||
id: "4", name: "The Johnson Family", role: "Homeowners", company: "Livingston, NJ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-holding-her-friend_23-2148238310.jpg", imageAlt: "The Johnson Family"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Steve P.",
|
||||
role: "Small Business Owner",
|
||||
company: "Green Meadows",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-corporate-woman-suit-walking-along-city-center-near-office-buildings_1258-121027.jpg",
|
||||
imageAlt: "Steve P.",
|
||||
},
|
||||
id: "5", name: "Steve P.", role: "Small Business Owner", company: "Green Meadows", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-corporate-woman-suit-walking-along-city-center-near-office-buildings_1258-121027.jpg", imageAlt: "Steve P."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from homeowners and property managers who trust 10 Days Lawn Care + Landscaping for their outdoor needs."
|
||||
@@ -432,30 +250,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve suburban homeowners and commercial properties across the [Region Name]. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve suburban homeowners and commercial properties across the [Region Name]. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I get a quote for services?",
|
||||
content: "You can request a free, no-obligation consultation by clicking the 'Schedule Your Free Consultation' button on our site or by calling us directly. We'll assess your property and provide a detailed estimate.",
|
||||
},
|
||||
id: "q2", title: "How do I get a quote for services?", content: "You can request a free, no-obligation consultation by clicking the 'Schedule Your Free Consultation' button on our site or by calling us directly. We'll assess your property and provide a detailed estimate."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer custom landscaping designs?",
|
||||
content: "Yes, our team of experienced landscape designers specializes in creating bespoke outdoor spaces. We work closely with you to bring your vision to life, from initial concept to final installation.",
|
||||
},
|
||||
id: "q3", title: "Do you offer custom landscaping designs?", content: "Yes, our team of experienced landscape designers specializes in creating bespoke outdoor spaces. We work closely with you to bring your vision to life, from initial concept to final installation."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What makes your service reliable?",
|
||||
content: "Our commitment to professionalism, punctuality, and consistent quality sets us apart. We use state-of-the-art equipment and employ skilled, insured technicians to ensure reliable and superior results every time.",
|
||||
},
|
||||
id: "q4", title: "What makes your service reliable?", content: "Our commitment to professionalism, punctuality, and consistent quality sets us apart. We use state-of-the-art equipment and employ skilled, insured technicians to ensure reliable and superior results every time."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I set up a recurring maintenance plan?",
|
||||
content: "Absolutely! We offer flexible, recurring maintenance plans tailored to your needs, including weekly, bi-weekly, and seasonal services, to keep your property looking its best year-round.",
|
||||
},
|
||||
id: "q5", title: "Can I set up a recurring maintenance plan?", content: "Absolutely! We offer flexible, recurring maintenance plans tailored to your needs, including weekly, bi-weekly, and seasonal services, to keep your property looking its best year-round."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about our services, scheduling, and commitment to your satisfaction."
|
||||
@@ -468,14 +271,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for a beautiful lawn? Contact us today for a free consultation and let's bring your outdoor vision to life!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -487,66 +287,39 @@ export default function LandingPage() {
|
||||
logoText="10 Days Lawn Care"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Mowing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Mowing", href: "#services"},
|
||||
{
|
||||
label: "Landscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Landscaping", href: "#services"},
|
||||
{
|
||||
label: "Seasonal Cleanups",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Seasonal Cleanups", href: "#services"},
|
||||
{
|
||||
label: "Irrigation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Irrigation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Our Projects", href: "#projects"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#client-stories",
|
||||
},
|
||||
label: "Testimonials", href: "#client-stories"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Schedule Consultation", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user