Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-08 10:06:51 +00:00
2 changed files with 119 additions and 303 deletions

View File

@@ -33,9 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now: (423) 557-6773",
href: "tel:+14235576773",
}}
text: "Call Now: (423) 557-6773", href: "tel:+14235576773"}}
animateOnLoad={true}
/>
</div>
@@ -48,18 +46,15 @@ export default function AboutPage() {
description="Real transformations from satisfied customers across Tennessee. Professional care creates lasting results that enhance your property's curb appeal and value."
metrics={[
{
value: "100+",
title: "Successful Yard Transformations",
},
value: "100+", title: "Successful Yard Transformations"},
{
value: "5.0★",
title: "Average Customer Rating",
},
value: "5.0★", title: "Average Customer Rating"},
]}
imageSrc="http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg"
imageAlt="Professional lawn transformation before and after"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -70,65 +65,47 @@ export default function AboutPage() {
tag="How It Works"
features={[
{
id: "1",
title: "Request a Free Quote",
description:
"Contact us by phone or our online form. We'll ask about your lawn's current condition and your goals.",
media: {
id: "1", title: "Request a Free Quote", description:
"Contact us by phone or our online form. We'll ask about your lawn's current condition and your goals.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg"},
items: [
{
icon: Phone,
text: "Call (423) 557-6773",
},
text: "Call (423) 557-6773"},
{
icon: CheckCircle,
text: "Request online quote",
},
text: "Request online quote"},
],
reverse: false,
},
{
id: "2",
title: "We Visit Your Property",
description:
"Our team inspects your lawn, discusses options, and provides a detailed quote and service plan.",
media: {
id: "2", title: "We Visit Your Property", description:
"Our team inspects your lawn, discusses options, and provides a detailed quote and service plan.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309593.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309593.jpg"},
items: [
{
icon: CheckCircle,
text: "On-site assessment",
},
text: "On-site assessment"},
{
icon: CheckCircle,
text: "Custom plan created",
},
text: "Custom plan created"},
],
reverse: true,
},
{
id: "3",
title: "Enjoy a Healthy Lawn",
description:
"We execute the plan and maintain your lawn. Regular communication keeps you informed every step of the way.",
media: {
id: "3", title: "Enjoy a Healthy Lawn", description:
"We execute the plan and maintain your lawn. Regular communication keeps you informed every step of the way.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/cute-girl-picking-dandelion-flowers-park_23-2147841240.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/cute-girl-picking-dandelion-flowers-park_23-2147841240.jpg"},
items: [
{
icon: CheckCircle,
text: "Professional execution",
},
text: "Professional execution"},
{
icon: CheckCircle,
text: "Quality guaranteed",
},
text: "Quality guaranteed"},
],
reverse: false,
},
@@ -146,90 +123,58 @@ export default function AboutPage() {
title="Get Your Free Lawn Care Quote Today"
description="Contact Tennessee Lawn Company now for a free assessment and personalized quote. Our team responds within 24 hours and serves the entire Chattanooga area."
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={true}
buttons={[
{
text: "Call Now: (423) 557-6773",
href: "tel:+14235576773",
},
text: "Call Now: (423) 557-6773", href: "tel:+14235576773"},
{
text: "Request Quote Online",
href: "/contact",
},
text: "Request Quote Online", href: "/contact"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg"
imageAlt="Tennessee Lawn Company Footer"
logoText="Tennessee Lawn Company"
copyrightText="© 2024 Tennessee Lawn Company. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Lawn Mowing",
href: "/services",
},
label: "Lawn Mowing", href: "/services"},
{
label: "Lawn Seeding",
href: "/services",
},
label: "Lawn Seeding", href: "/services"},
{
label: "Weed Control",
href: "/services",
},
label: "Weed Control", href: "/services"},
{
label: "Yard Maintenance",
href: "/services",
},
label: "Yard Maintenance", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Service Areas",
href: "/services",
},
label: "Service Areas", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Reviews",
href: "/",
},
label: "Reviews", href: "/"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (423) 557-6773",
href: "tel:+14235576773",
},
label: "Call: (423) 557-6773", href: "tel:+14235576773"},
{
label: "Email: info@tennesseelawin.com",
href: "mailto:info@tennesseelawin.com",
},
label: "Email: info@tennesseelawin.com", href: "mailto:info@tennesseelawin.com"},
{
label: "Chattanooga, TN",
href: "#",
},
label: "Chattanooga, TN", href: "#"},
{
label: "24-Hour Response",
href: "#",
},
label: "24-Hour Response", href: "#"},
],
},
]}

View File

@@ -53,9 +53,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Call Now: (423) 557-6773",
href: "tel:+14235576773",
}}
text: "Call Now: (423) 557-6773", href: "tel:+14235576773"}}
animateOnLoad={true}
/>
</div>
@@ -66,39 +64,28 @@ export default function HomePage() {
title="Professional Lawn Care in Tennessee"
description="Reliable lawn mowing, seeding, and yard maintenance from a trusted local company. Serving Chattanooga and surrounding areas with exceptional results."
tag="Trusted Local Service"
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg"
imageAlt="Professional lawn care service"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "plain" }}
testimonials={[
{
name: "Ashley Tetrick",
handle: "Homeowner",
testimonial:
"Will is very professional and responsive. Him and his employees are friendly and do great work.",
rating: 5,
name: "Ashley Tetrick", handle: "Homeowner", testimonial:
"Will is very professional and responsive. Him and his employees are friendly and do great work.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
},
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg"},
{
name: "Matthew Rupert",
handle: "Property Owner",
testimonial:
"He recommended seeding instead of sod which saved us money and the yard looks fantastic.",
rating: 5,
name: "Matthew Rupert", handle: "Property Owner", testimonial:
"He recommended seeding instead of sod which saved us money and the yard looks fantastic.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
},
"http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg"},
]}
buttons={[
{
text: "Call Now for Free Estimate",
href: "tel:+14235576773",
},
text: "Call Now for Free Estimate", href: "tel:+14235576773"},
{
text: "Get a Free Quote",
href: "/contact",
},
text: "Get a Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -112,25 +99,13 @@ export default function HomePage() {
tag="Our Credentials"
metrics={[
{
id: "1",
value: "49+",
description: "Five-Star Google Reviews",
},
id: "1", value: "49+", description: "Five-Star Google Reviews"},
{
id: "2",
value: "5.0",
description: "Customer Rating",
},
id: "2", value: "5.0", description: "Customer Rating"},
{
id: "3",
value: "Local",
description: "Owned & Operated",
},
id: "3", value: "Local", description: "Owned & Operated"},
{
id: "4",
value: "24hrs",
description: "Fast Response Time",
},
id: "4", value: "24hrs", description: "Fast Response Time"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -145,20 +120,17 @@ export default function HomePage() {
title="See the Difference Professional Lawn Care Makes"
description="Real transformations from satisfied customers across Tennessee. Professional care creates lasting results that enhance your property's curb appeal and value."
tag="Transformation Gallery"
imageSrc="http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg"
imageAlt="Professional lawn transformation before and after"
metrics={[
{
value: "100+",
title: "Successful Yard Transformations",
},
value: "100+", title: "Successful Yard Transformations"},
{
value: "5.0★",
title: "Average Customer Rating",
},
value: "5.0★", title: "Average Customer Rating"},
]}
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -170,77 +142,56 @@ export default function HomePage() {
tag="How It Works"
features={[
{
id: "1",
title: "Request a Free Quote",
description:
"Contact us by phone or our online form. We'll ask about your lawn's current condition and your goals.",
media: {
id: "1", title: "Request a Free Quote", description:
"Contact us by phone or our online form. We'll ask about your lawn's current condition and your goals.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg"},
items: [
{
icon: Phone,
text: "Call (423) 557-6773",
},
text: "Call (423) 557-6773"},
{
icon: Mail,
text: "Request online quote",
},
text: "Request online quote"},
{
icon: Clock,
text: "24-hour response",
},
text: "24-hour response"},
],
reverse: false,
},
{
id: "2",
title: "We Visit Your Property",
description:
"Our team inspects your lawn, discusses options, and provides a detailed quote and service plan.",
media: {
id: "2", title: "We Visit Your Property", description:
"Our team inspects your lawn, discusses options, and provides a detailed quote and service plan.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309593.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309593.jpg"},
items: [
{
icon: MapPin,
text: "On-site assessment",
},
text: "On-site assessment"},
{
icon: Clipboard,
text: "Custom plan created",
},
text: "Custom plan created"},
{
icon: DollarSign,
text: "Transparent pricing",
},
text: "Transparent pricing"},
],
reverse: true,
},
{
id: "3",
title: "Enjoy a Healthy Lawn",
description:
"We execute the plan and maintain your lawn. Regular communication keeps you informed every step of the way.",
media: {
id: "3", title: "Enjoy a Healthy Lawn", description:
"We execute the plan and maintain your lawn. Regular communication keeps you informed every step of the way.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/cute-girl-picking-dandelion-flowers-park_23-2147841240.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/cute-girl-picking-dandelion-flowers-park_23-2147841240.jpg"},
items: [
{
icon: Sparkles,
text: "Professional execution",
},
text: "Professional execution"},
{
icon: Shield,
text: "Quality guaranteed",
},
text: "Quality guaranteed"},
{
icon: Smile,
text: "Complete satisfaction",
},
text: "Complete satisfaction"},
],
reverse: false,
},
@@ -261,83 +212,35 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ashley Tetrick, Homeowner",
date: "Date: 15 March 2024",
title: "Extremely Professional Service",
quote:
"Will is very professional and responsive. Him and his employees are friendly and do great work. They take pride in their work and it shows.",
tag: "Residential Care",
avatarSrc:
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2",
},
id: "1", name: "Ashley Tetrick, Homeowner", date: "Date: 15 March 2024", title: "Extremely Professional Service", quote:
"Will is very professional and responsive. Him and his employees are friendly and do great work. They take pride in their work and it shows.", tag: "Residential Care", avatarSrc:
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg"},
{
id: "2",
name: "Matthew Rupert, Property Owner",
date: "Date: 22 February 2024",
title: "Saved Money and Got Better Results",
quote:
"He recommended seeding instead of sod which saved us money and the yard looks fantastic. Great advice and fantastic execution.",
tag: "Lawn Restoration",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/workers-taking-break-outdoors_23-2147562552.jpg?_wi=1",
},
id: "2", name: "Matthew Rupert, Property Owner", date: "Date: 22 February 2024", title: "Saved Money and Got Better Results", quote:
"He recommended seeding instead of sod which saved us money and the yard looks fantastic. Great advice and fantastic execution.", tag: "Lawn Restoration", avatarSrc:
"http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/workers-taking-break-outdoors_23-2147562552.jpg"},
{
id: "3",
name: "Jennifer Martinez, Homeowner",
date: "Date: 10 March 2024",
title: "Outstanding Attention to Detail",
quote:
"Best lawn service we've ever used. They're meticulous, reliable, and always on time. Our yard has never looked better.",
tag: "Regular Maintenance",
avatarSrc:
"http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg?_wi=2",
},
id: "3", name: "Jennifer Martinez, Homeowner", date: "Date: 10 March 2024", title: "Outstanding Attention to Detail", quote:
"Best lawn service we've ever used. They're meticulous, reliable, and always on time. Our yard has never looked better.", tag: "Regular Maintenance", avatarSrc:
"http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg"},
{
id: "4",
name: "David Chen, Business Owner",
date: "Date: 25 January 2024",
title: "Perfect for Commercial Properties",
quote:
"We use them for our office building landscaping. Professional, efficient, and they never miss an appointment. Highly recommended.",
tag: "Commercial Service",
avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=1",
},
id: "4", name: "David Chen, Business Owner", date: "Date: 25 January 2024", title: "Perfect for Commercial Properties", quote:
"We use them for our office building landscaping. Professional, efficient, and they never miss an appointment. Highly recommended.", tag: "Commercial Service", avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg"},
{
id: "5",
name: "Sarah Williams, Homeowner",
date: "Date: 08 January 2024",
title: "Transformed Our Overgrown Yard",
quote:
"Our yard was a mess when we moved in. Tennessee Lawn Company took it from disaster to beautiful. They're honest, fair, and talented.",
tag: "Yard Restoration",
avatarSrc:
"http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10696.jpg?_wi=1",
},
id: "5", name: "Sarah Williams, Homeowner", date: "Date: 08 January 2024", title: "Transformed Our Overgrown Yard", quote:
"Our yard was a mess when we moved in. Tennessee Lawn Company took it from disaster to beautiful. They're honest, fair, and talented.", tag: "Yard Restoration", avatarSrc:
"http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10696.jpg"},
{
id: "6",
name: "Robert Thompson, Homeowner",
date: "Date: 15 December 2023",
title: "Reliable Local Service We Trust",
quote:
"Been using them for two years. Consistent quality, fair pricing, and they always explain what they're doing. That's true professionalism.",
tag: "Long-term Care",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-happy-charming-african-guy-smiling-boyfriend-waiting-date-head-hunter-dream-standing-white-wall_176420-12540.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/gardener-kneeling-garden_23-2148224094.jpg?_wi=1",
},
id: "6", name: "Robert Thompson, Homeowner", date: "Date: 15 December 2023", title: "Reliable Local Service We Trust", quote:
"Been using them for two years. Consistent quality, fair pricing, and they always explain what they're doing. That's true professionalism.", tag: "Long-term Care", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-happy-charming-african-guy-smiling-boyfriend-waiting-date-head-hunter-dream-standing-white-wall_176420-12540.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/gardener-kneeling-garden_23-2148224094.jpg"},
]}
/>
</div>
@@ -350,18 +253,13 @@ export default function HomePage() {
title="Get Your Free Lawn Care Quote Today"
description="Contact Tennessee Lawn Company now for a free assessment and personalized quote. Our team responds within 24 hours and serves the entire Chattanooga area."
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={true}
buttons={[
{
text: "Call Now: (423) 557-6773",
href: "tel:+14235576773",
},
text: "Call Now: (423) 557-6773", href: "tel:+14235576773"},
{
text: "Request Quote Online",
href: "/contact",
},
text: "Request Quote Online", href: "/contact"},
]}
/>
</div>
@@ -369,72 +267,45 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/grassy-field-with-green-trees-blue-sky-daytime_181624-14933.jpg"
imageAlt="Tennessee Lawn Company Footer"
logoText="Tennessee Lawn Company"
copyrightText="© 2024 Tennessee Lawn Company. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Lawn Mowing",
href: "/services",
},
label: "Lawn Mowing", href: "/services"},
{
label: "Lawn Seeding",
href: "/services",
},
label: "Lawn Seeding", href: "/services"},
{
label: "Weed Control",
href: "/services",
},
label: "Weed Control", href: "/services"},
{
label: "Yard Maintenance",
href: "/services",
},
label: "Yard Maintenance", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/",
},
label: "About Us", href: "/"},
{
label: "Service Areas",
href: "/services",
},
label: "Service Areas", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Reviews",
href: "/",
},
label: "Reviews", href: "/"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (423) 557-6773",
href: "tel:+14235576773",
},
label: "Call: (423) 557-6773", href: "tel:+14235576773"},
{
label: "Email: info@tennesseelawin.com",
href: "mailto:info@tennesseelawin.com",
},
label: "Email: info@tennesseelawin.com", href: "mailto:info@tennesseelawin.com"},
{
label: "Chattanooga, TN",
href: "#",
},
label: "Chattanooga, TN", href: "#"},
{
label: "24-Hour Response",
href: "#",
},
label: "24-Hour Response", href: "#"},
],
},
]}