Merge version_2 into main #2
@@ -25,19 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,12 +42,9 @@ export default function LandingPage() {
|
||||
title="Meet Robert, Your Lawn Care Expert"
|
||||
description="Robert founded American Lawns on the principles of reliability and attention to detail. He believes every customer deserves a yard they can be proud of and is dedicated to clear, consistent communication for every project."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Hardworking", description: "Focused on quality service."},
|
||||
{
|
||||
title: "Dependable", description: "Timely and professional."},
|
||||
{
|
||||
title: "Detail-Oriented", description: "We treat your lawn like our own."},
|
||||
{ title: "Hardworking", description: "Focused on quality service." },
|
||||
{ title: "Dependable", description: "Timely and professional." },
|
||||
{ title: "Detail-Oriented", description: "We treat your lawn like our own." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -65,29 +56,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our History"
|
||||
description={[
|
||||
"We started as a small local business.", "Our mission is to help home owners keep their property beautiful."]}
|
||||
"We started as a small local business.", "Our mission is to help home owners keep their property beautiful."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
@@ -25,35 +25,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a better lawn?"
|
||||
description="Reach out to schedule your service or request a free quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (555) 123-4567", href: "tel:5551234567"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@americanlawns.com"},
|
||||
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
|
||||
{ text: "Email Us", href: "mailto:info@americanlawns.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,32 +56,15 @@ export default function LandingPage() {
|
||||
title="FAQs"
|
||||
description="Still have questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri."},
|
||||
]}
|
||||
faqs={[{ id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
100
src/app/page.tsx
100
src/app/page.tsx
@@ -29,59 +29,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Beautiful Lawns, Zero Hassle."
|
||||
description="American Lawns provides professional, reliable lawn care to keep your outdoor spaces looking their best all year round."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Book Your Service Today", href: "/services"},
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "Book Your Service Today", href: "/services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beauty-romantic-woman-outdoors_158595-845.jpg"
|
||||
imageAlt="Well maintained lawn"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1397.jpg", alt: "Park outdoor manicured lawn and flowerbed AI generated image"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-mallard-walking-grass_181624-27514.jpg", alt: "Beautiful shot of a cute mallard walking on a grass"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg", alt: "Green grass"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-romantic-woman-outdoors_158595-844.jpg", alt: "Beauty romantic woman outdoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/one-person-only-mature-painter-with-case-instruments-have-walk-beautiful-spring-park_146671-16216.jpg", alt: "One person only. Mature painter with case of instruments have a walk in the beautiful spring park"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1397.jpg", alt: "Park outdoor manicured lawn and flowerbed AI generated image" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-shot-cute-mallard-walking-grass_181624-27514.jpg", alt: "Beautiful shot of a cute mallard walking on a grass" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg", alt: "Green grass" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beauty-romantic-woman-outdoors_158595-844.jpg", alt: "Beauty romantic woman outdoors" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/one-person-only-mature-painter-with-case-instruments-have-walk-beautiful-spring-park_146671-16216.jpg", alt: "One person only. Mature painter with case of instruments have a walk in the beautiful spring park" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Quality Service"},
|
||||
{
|
||||
type: "text", text: "Residential Specialists"},
|
||||
{
|
||||
type: "text", text: "Texas City's Best"},
|
||||
{
|
||||
type: "text", text: "Affordable Rates"},
|
||||
{
|
||||
type: "text", text: "Reliable Care"},
|
||||
{ type: "text", text: "Quality Service" },
|
||||
{ type: "text", text: "Residential Specialists" },
|
||||
{ type: "text", text: "Texas City's Best" },
|
||||
{ type: "text", text: "Affordable Rates" },
|
||||
{ type: "text", text: "Reliable Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,15 +76,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
description="Numbers speak for our quality."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "100+", title: "Lawns Maintained", description: "Happy clients across the area.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "5*", title: "Customer Rating", description: "Average review score.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "5yrs", title: "Experience", description: "Years of professional care.", icon: Calendar,
|
||||
},
|
||||
{ id: "m1", value: "100+", title: "Lawns Maintained", description: "Happy clients across the area.", icon: Users },
|
||||
{ id: "m2", value: "5*", title: "Customer Rating", description: "Average review score.", icon: Star },
|
||||
{ id: "m3", value: "5yrs", title: "Experience", description: "Years of professional care.", icon: Calendar },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,10 +91,8 @@ export default function LandingPage() {
|
||||
description="Everything you need to know."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you offer quotes?", content: "Yes, we provide free quotes for all our services."},
|
||||
{
|
||||
id: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area."},
|
||||
{ id: "f1", title: "Do you offer quotes?", content: "Yes, we provide free quotes for all our services." },
|
||||
{ id: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,8 +103,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Local Partner"
|
||||
description="Serving residential communities throughout the county."
|
||||
names={[
|
||||
"Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]}
|
||||
names={["Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,10 +116,8 @@ export default function LandingPage() {
|
||||
title="Maintenance Plans"
|
||||
description="Choose a plan that fits your yard."
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Starter Plan", price: "$50/mo", imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg"},
|
||||
{
|
||||
id: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg"},
|
||||
{ id: "p1", name: "Starter Plan", price: "$50/mo", imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg" },
|
||||
{ id: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,22 +125,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
@@ -25,19 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,16 +41,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Debra Borglit", role: "Homeowner", testimonial: "Robert is wonderful. We bought a home in Texas City and the lawn had been very neglected. Robert came out and assessed our need and set up our first service. He showed up and got right to it. We could not be happier with his work.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12292.jpg"},
|
||||
{
|
||||
id: "2", name: "Natasha Anguiano", role: "Homeowner", testimonial: "This was the first time we got our yard done by someone else. He did a great job. He’s very affordable and I would recommend him and use him again.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg"},
|
||||
{
|
||||
id: "3", name: "Sylvia Chapa", role: "Client", testimonial: "A top notch professionally managed lawn care service. The lawn service was exceptional, timely, and aesthetically pleasing. In addition, they provided excellent communication and customer service. I highly recommend American Lawns.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesspeople-with-luggage-standing-front-escalator_107420-95768.jpg"},
|
||||
{
|
||||
id: "4", name: "Mark Miller", role: "Client", testimonial: "Excellent service and very reliable. My lawn looks better than ever before.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072105.jpg"},
|
||||
{
|
||||
id: "5", name: "Sarah Jenkins", role: "Homeowner", testimonial: "Fast, friendly, and very professional. Will definitely hire again.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg"},
|
||||
{ id: "1", name: "Debra Borglit", role: "Homeowner", testimonial: "Robert is wonderful. We bought a home in Texas City and the lawn had been very neglected. Robert came out and assessed our need and set up our first service. He showed up and got right to it. We could not be happier with his work.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12292.jpg" },
|
||||
{ id: "2", name: "Natasha Anguiano", role: "Homeowner", testimonial: "This was the first time we got our yard done by someone else. He did a great job. He’s very affordable and I would recommend him and use him again.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg" },
|
||||
{ id: "3", name: "Sylvia Chapa", role: "Client", testimonial: "A top notch professionally managed lawn care service. The lawn service was exceptional, timely, and aesthetically pleasing. In addition, they provided excellent communication and customer service. I highly recommend American Lawns.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesspeople-with-luggage-standing-front-escalator_107420-95768.jpg" },
|
||||
{ id: "4", name: "Mark Miller", role: "Client", testimonial: "Excellent service and very reliable. My lawn looks better than ever before.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072105.jpg" },
|
||||
{ id: "5", name: "Sarah Jenkins", role: "Homeowner", testimonial: "Fast, friendly, and very professional. Will definitely hire again.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="We are proud of the relationships we've built with our clients."
|
||||
@@ -71,17 +60,12 @@ export default function LandingPage() {
|
||||
title="Top Rated Care"
|
||||
description="Don't take our word for it."
|
||||
kpiItems={[
|
||||
{
|
||||
value: "99%", label: "Satisfaction Rate"},
|
||||
{
|
||||
value: "500+", label: "Projects Completed"},
|
||||
{
|
||||
value: "15", label: "Dedicated Staff"},
|
||||
{ value: "99%", label: "Satisfaction Rate" },
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "15", label: "Dedicated Staff" },
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "rt1", name: "Alice T.", role: "Client", company: "Homeowner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-hands-kitchen_23-2148363553.jpg"},
|
||||
{ id: "rt1", name: "Alice T.", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-hands-kitchen_23-2148363553.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,22 +73,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
@@ -25,19 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,12 +41,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Neglected lawn restoration", "One-time yard clean-up"],
|
||||
items: ["Neglected lawn restoration", "One-time yard clean-up"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Regular lawn mowing & edging", "Residential lawn care maintenance plans", "Scheduled maintenance"],
|
||||
items: ["Regular lawn mowing & edging", "Residential lawn care maintenance plans", "Scheduled maintenance"],
|
||||
}}
|
||||
title="Our Expert Services"
|
||||
description="We cover all aspects of lawn maintenance with precision and care."
|
||||
@@ -67,14 +59,8 @@ export default function LandingPage() {
|
||||
title="Our Features"
|
||||
description="Highlights of our lawn services."
|
||||
features={[
|
||||
{
|
||||
id: "fs1", title: "Precision Edging", author: "Robert", description: "Creating sharp lines for your curb appeal.", tags: [
|
||||
"Essential", "Mowing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-standing-near-hedge-with-electric-trimmer-hands_7502-9547.jpg"},
|
||||
{
|
||||
id: "fs2", title: "Full Mowing", author: "Robert", description: "Consistent mowing schedule.", tags: [
|
||||
"Popular"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-male-florist-standing-rows-with-potted-plants-greenhouse-cutting-bush-holding-sprouts_74855-12949.jpg"},
|
||||
{ id: "fs1", title: "Precision Edging", author: "Robert", description: "Creating sharp lines for your curb appeal.", tags: ["Essential", "Mowing"], imageSrc: "http://img.b2bpic.net/free-photo/gardener-standing-near-hedge-with-electric-trimmer-hands_7502-9547.jpg" },
|
||||
{ id: "fs2", title: "Full Mowing", author: "Robert", description: "Consistent mowing schedule.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-photo/positive-male-florist-standing-rows-with-potted-plants-greenhouse-cutting-bush-holding-sprouts_74855-12949.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,22 +68,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
Reference in New Issue
Block a user