Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e76eb80e9d | |||
| 057bdbe697 | |||
| 6107899d45 | |||
| 460e8fccdb | |||
| 5254500dba | |||
| 650d62dc83 | |||
| da86b70f20 | |||
| 091e4ddaf6 | |||
| 7ef536bb1f | |||
| cfcf54c4f9 |
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="American Lawns"
|
brandName="American Lawns"
|
||||||
/>
|
/>
|
||||||
@@ -57,18 +42,9 @@ export default function LandingPage() {
|
|||||||
title="Meet Robert, Your Lawn Care Expert"
|
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."
|
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={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Hardworking", description: "Focused on quality service." },
|
||||||
title: "Hardworking",
|
{ title: "Dependable", description: "Timely and professional." },
|
||||||
description: "Focused on quality service.",
|
{ title: "Detail-Oriented", description: "We treat your lawn like our own." },
|
||||||
},
|
|
||||||
{
|
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -80,8 +56,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our History"
|
title="Our History"
|
||||||
description={[
|
description={[
|
||||||
"We started as a small local business.",
|
"We started as a small local business.", "Our mission is to help home owners keep their property beautiful."
|
||||||
"Our mission is to help home owners keep their property beautiful.",
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -89,32 +64,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||||
title: "Company",
|
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||||
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."
|
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||||
bottomRightText="Built with quality care."
|
bottomRightText="Built with quality care."
|
||||||
|
|||||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="American Lawns"
|
brandName="American Lawns"
|
||||||
/>
|
/>
|
||||||
@@ -53,21 +38,13 @@ export default function LandingPage() {
|
|||||||
<div id="contact-section" data-section="contact-section">
|
<div id="contact-section" data-section="contact-section">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready for a better lawn?"
|
title="Ready for a better lawn?"
|
||||||
description="Reach out to schedule your service or request a free quote today."
|
description="Reach out to schedule your service or request a free quote today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
|
||||||
text: "Call (555) 123-4567",
|
{ text: "Email Us", href: "mailto:info@americanlawns.com" },
|
||||||
href: "tel:5551234567",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Email Us",
|
|
||||||
href: "mailto:info@americanlawns.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -79,45 +56,15 @@ export default function LandingPage() {
|
|||||||
title="FAQs"
|
title="FAQs"
|
||||||
description="Still have questions?"
|
description="Still have questions?"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
faqs={[
|
faqs={[{ id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri." }]}
|
||||||
{
|
|
||||||
id: "cfaq1",
|
|
||||||
title: "Hours of operation?",
|
|
||||||
content: "8AM to 6PM, Mon-Fri.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||||
title: "Company",
|
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||||
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."
|
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||||
bottomRightText="Built with quality care."
|
bottomRightText="Built with quality care."
|
||||||
|
|||||||
174
src/app/page.tsx
174
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="American Lawns"
|
brandName="American Lawns"
|
||||||
/>
|
/>
|
||||||
@@ -56,66 +41,28 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Beautiful Lawns, Zero Hassle."
|
title="Beautiful Lawns, Zero Hassle."
|
||||||
description="American Lawns provides professional, reliable lawn care to keep your outdoor spaces looking their best all year round."
|
description="American Lawns provides professional, reliable lawn care to keep your outdoor spaces looking their best all year round."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get a Free Quote", href: "/contact" },
|
||||||
text: "Get a Free Quote",
|
{ text: "Book Your Service Today", href: "/services" },
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Book Your Service Today",
|
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beauty-romantic-woman-outdoors_158595-845.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beauty-romantic-woman-outdoors_158595-845.jpg"
|
||||||
imageAlt="Well maintained lawn"
|
imageAlt="Well maintained lawn"
|
||||||
avatars={[
|
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/park-outdoor-manicured-lawn-flowerbed-ai-generated-image_587448-1397.jpg",
|
{ 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" },
|
||||||
alt: "Park outdoor manicured lawn and flowerbed AI generated image",
|
{ 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/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={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Quality Service" },
|
||||||
type: "text",
|
{ type: "text", text: "Residential Specialists" },
|
||||||
text: "Quality Service",
|
{ type: "text", text: "Texas City's Best" },
|
||||||
},
|
{ type: "text", text: "Affordable Rates" },
|
||||||
{
|
{ type: "text", text: "Reliable Care" },
|
||||||
type: "text",
|
|
||||||
text: "Residential Specialists",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Texas City's Best",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Affordable Rates",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Reliable Care",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,27 +76,9 @@ export default function LandingPage() {
|
|||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Numbers speak for our quality."
|
description="Numbers speak for our quality."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "100+", title: "Lawns Maintained", description: "Happy clients across the area.", icon: Users },
|
||||||
id: "m1",
|
{ id: "m2", value: "5*", title: "Customer Rating", description: "Average review score.", icon: Star },
|
||||||
value: "100+",
|
{ id: "m3", value: "5yrs", title: "Experience", description: "Years of professional care.", icon: Calendar },
|
||||||
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>
|
</div>
|
||||||
@@ -162,16 +91,8 @@ export default function LandingPage() {
|
|||||||
description="Everything you need to know."
|
description="Everything you need to know."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "Do you offer quotes?", content: "Yes, we provide free quotes for all our services." },
|
||||||
id: "f1",
|
{ id: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area." },
|
||||||
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>
|
</div>
|
||||||
@@ -182,12 +103,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Trusted Local Partner"
|
title="Trusted Local Partner"
|
||||||
description="Serving residential communities throughout the county."
|
description="Serving residential communities throughout the county."
|
||||||
names={[
|
names={["Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]}
|
||||||
"Texas City Homeowner Association",
|
|
||||||
"Main Street Gardeners",
|
|
||||||
"Local Green Initiative",
|
|
||||||
"Texas Turf Collective",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,18 +116,8 @@ export default function LandingPage() {
|
|||||||
title="Maintenance Plans"
|
title="Maintenance Plans"
|
||||||
description="Choose a plan that fits your yard."
|
description="Choose a plan that fits your yard."
|
||||||
products={[
|
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: "p1",
|
{ id: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg" },
|
||||||
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>
|
</div>
|
||||||
@@ -219,32 +125,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||||
title: "Company",
|
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||||
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."
|
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||||
bottomRightText="Built with quality care."
|
bottomRightText="Built with quality care."
|
||||||
|
|||||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="American Lawns"
|
brandName="American Lawns"
|
||||||
/>
|
/>
|
||||||
@@ -56,41 +41,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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: "1",
|
{ 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" },
|
||||||
name: "Debra Borglit",
|
{ 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" },
|
||||||
role: "Homeowner",
|
{ 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" },
|
||||||
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.",
|
{ 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" },
|
||||||
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"
|
title="What Our Clients Say"
|
||||||
description="We are proud of the relationships we've built with our clients."
|
description="We are proud of the relationships we've built with our clients."
|
||||||
@@ -105,28 +60,12 @@ export default function LandingPage() {
|
|||||||
title="Top Rated Care"
|
title="Top Rated Care"
|
||||||
description="Don't take our word for it."
|
description="Don't take our word for it."
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "99%", label: "Satisfaction Rate" },
|
||||||
value: "99%",
|
{ value: "500+", label: "Projects Completed" },
|
||||||
label: "Satisfaction Rate",
|
{ value: "15", label: "Dedicated Staff" },
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "500+",
|
|
||||||
label: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "15",
|
|
||||||
label: "Dedicated Staff",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonials={[
|
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>
|
</div>
|
||||||
@@ -134,32 +73,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||||
title: "Company",
|
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||||
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."
|
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||||
bottomRightText="Built with quality care."
|
bottomRightText="Built with quality care."
|
||||||
|
|||||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="American Lawns"
|
brandName="American Lawns"
|
||||||
/>
|
/>
|
||||||
@@ -56,17 +41,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: ["Neglected lawn restoration", "One-time yard clean-up"],
|
||||||
"Neglected lawn restoration",
|
|
||||||
"One-time yard clean-up",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: ["Regular lawn mowing & edging", "Residential lawn care maintenance plans", "Scheduled maintenance"],
|
||||||
"Regular lawn mowing & edging",
|
|
||||||
"Residential lawn care maintenance plans",
|
|
||||||
"Scheduled maintenance",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Our Expert Services"
|
title="Our Expert Services"
|
||||||
description="We cover all aspects of lawn maintenance with precision and care."
|
description="We cover all aspects of lawn maintenance with precision and care."
|
||||||
@@ -81,27 +59,8 @@ export default function LandingPage() {
|
|||||||
title="Our Features"
|
title="Our Features"
|
||||||
description="Highlights of our lawn services."
|
description="Highlights of our lawn services."
|
||||||
features={[
|
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: "fs1",
|
{ 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" },
|
||||||
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>
|
</div>
|
||||||
@@ -109,32 +68,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||||
title: "Company",
|
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||||
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."
|
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||||
bottomRightText="Built with quality care."
|
bottomRightText="Built with quality care."
|
||||||
|
|||||||
Reference in New Issue
Block a user