Merge version_2 into main #2
335
src/app/page.tsx
335
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Epic Lawn Service"
|
||||
/>
|
||||
@@ -58,101 +43,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Epic Lawn Service – Professional Lawn Care in Fort Worth"
|
||||
description="Your lawn deserves the best. We provide expert, reliable, and high-quality lawn care services for residential properties across Fort Worth, Texas."
|
||||
description="We specialize in transforming overgrown lawns, unruly bushes, and stubborn weeds into pristine landscapes. Trust our reliable Fort Worth team for expert, meticulous property care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@fortworth",
|
||||
testimonial: "Excellent service and very reliable. My lawn has never looked better!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg",
|
||||
},
|
||||
name: "Jeremy DeMitchell", handle: "@happy-homeowner", testimonial: "Epic Lawn Service saved my yard! They handled my massively overgrown lawn and thick brush with absolute ease. Reliable, clean, and incredible attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg"},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@resident",
|
||||
testimonial: "Very professional and always on time. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike T.",
|
||||
handle: "@tarrant",
|
||||
testimonial: "They transformed my backyard. Great attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@ftworth_life",
|
||||
testimonial: "Consistently great work. Highly trust their team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-cutting-pine-branches_23-2148396752.jpg",
|
||||
},
|
||||
{
|
||||
name: "James B.",
|
||||
handle: "@localhome",
|
||||
testimonial: "Affordable and top-tier maintenance every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098350.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get A Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Sarah M.", handle: "@resident", testimonial: "Very professional and always on time. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg"},
|
||||
]}
|
||||
buttons={[{ text: "Get A Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-pressing-touchscreen-button_93675-133103.jpg",
|
||||
alt: "Client profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg",
|
||||
alt: "Client profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
alt: "Client profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-looking-camera_23-2148231928.jpg",
|
||||
alt: "Client profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg",
|
||||
alt: "Client profile 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 100+ Fort Worth residents"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Mowing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lawn Fertilization",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Cleanup",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Weed Control",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Landscape Edging",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,9 +64,9 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Dedicated to Lawn Excellence"
|
||||
description="Epic Lawn Service is a locally-owned business based in the heart of Fort Worth, Texas. We take pride in our work, ensuring your property is vibrant and well-kept throughout the changing seasons."
|
||||
subdescription="Our team uses professional equipment and time-tested techniques to deliver top-tier results that you can count on."
|
||||
title="Reliability and Cleanliness in Every Cut"
|
||||
description="Based in Fort Worth, Texas, Epic Lawn Service is built on the promise of quality. We tackle the toughest landscaping challenges, ensuring every branch is trimmed and every weed is removed with precision."
|
||||
subdescription="Our commitment to keeping your property pristine is unmatched. We respect your space and leave it cleaner than we found it."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-writing-clipboard_23-2148247192.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -173,33 +77,12 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Comprehensive Lawn Solutions"
|
||||
description="From regular mowing to complete seasonal cleanup, we offer a full suite of services tailored to your lawn's specific health needs."
|
||||
description="From clearing out heavy overgrowth to routine weed management, we handle the hard work so you don't have to."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Precision Mowing & Trimming",
|
||||
content: "Keep your lawn looking sharp with consistent, clean edges.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seasonal Cleanup",
|
||||
content: "Leaves, debris, and seasonal cleanup to maintain your property's value.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Lawn Health Maintenance",
|
||||
content: "Fertilization and health checks to ensure lush, thick grass year-round.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Weed & Pest Control",
|
||||
content: "Eco-friendly treatments to keep your lawn healthy and pest-free.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Soil Aeration",
|
||||
content: "Deep aeration to improve root growth and water absorption.",
|
||||
},
|
||||
{ id: "1", title: "Overgrowth Management", content: "Expert removal of dense brush, thick weeds, and unkempt bushes." },
|
||||
{ id: "2", title: "Precision Mowing", content: "Sharp, clean edges for lawns of all sizes." },
|
||||
{ id: "3", title: "Reliable Maintenance", content: "On-schedule visits that guarantee consistency." },
|
||||
{ id: "4", title: "Site Cleanup", content: "Complete debris removal for a spotless finish after every visit." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg"
|
||||
@@ -213,30 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Families we serve in Fort Worth.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
description: "Consistently top-rated local service.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5+",
|
||||
title: "Years Active",
|
||||
description: "Expert experience in Texas soil.",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Cleanliness Guarantee", description: "Your site is always spotless.", icon: Users },
|
||||
{ id: "m2", value: "5.0", title: "Star Rating", description: "Recognized for reliability.", icon: Star },
|
||||
{ id: "m3", value: "5+", title: "Years Experience", description: "Local Fort Worth experts.", icon: Award },
|
||||
]}
|
||||
title="Results You Can See"
|
||||
description="We don't just cut grass; we cultivate beautiful outdoor spaces."
|
||||
title="Results You Can Trust"
|
||||
description="We pride ourselves on the cleanliness and precision of every project."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -247,62 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice T.",
|
||||
role: "Homeowner",
|
||||
company: "Fort Worth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-pressing-touchscreen-button_93675-133103.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob R.",
|
||||
role: "Homeowner",
|
||||
company: "Fort Worth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carla S.",
|
||||
role: "Homeowner",
|
||||
company: "Fort Worth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
company: "Fort Worth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-looking-camera_23-2148231928.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma L.",
|
||||
role: "Homeowner",
|
||||
company: "Fort Worth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098350.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Jeremy DeMitchell", role: "Homeowner", company: "Fort Worth", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Retention Rate",
|
||||
},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Response Time",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "On-Time Service",
|
||||
},
|
||||
{ value: "98%", label: "Retention Rate" },
|
||||
{ value: "Reliable", label: "Service History" },
|
||||
{ value: "Clean", label: "Finished Sites" },
|
||||
]}
|
||||
title="Hear From Our Community"
|
||||
description="Check out what our neighbors are saying about Epic Lawn Service."
|
||||
description="See why neighbors trust us to manage their most challenging lawns."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -311,34 +130,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you serve areas outside Fort Worth?",
|
||||
content: "Currently, we focus on Fort Worth to ensure timely service.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards and digital payments.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How often should I have my lawn mowed?",
|
||||
content: "Depending on the season, usually every 1-2 weeks.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do I need to be home for service?",
|
||||
content: "No, as long as we have gate access, we can manage your lawn.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Are your services eco-friendly?",
|
||||
content: "We prioritize organic and sustainable practices for lawn health.",
|
||||
},
|
||||
{ id: "q1", title: "Can you handle overgrown bushes and weeds?", content: "Yes, that is our specialty! We have the tools to clear even the most neglected properties." },
|
||||
{ id: "q2", title: "Do you leave the property clean after service?", content: "Absolutely. Cleanliness is a cornerstone of our service protocol." },
|
||||
{ id: "q3", title: "Are you reliable with scheduling?", content: "We pride ourselves on punctuality and consistent service visits." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your lawn? We've got answers."
|
||||
description="Everything you need to know about our professional lawn care."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -347,33 +144,13 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Service Today"
|
||||
description="Fill out the form below and we will contact you within 24 hours to schedule your visit."
|
||||
description="Ready for a lawn transformation? Fill out the form below to get started with Fort Worth’s most reliable crew."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "address",
|
||||
type: "text",
|
||||
placeholder: "Service Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "fullName", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "address", type: "text", placeholder: "Service Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any specific requests or instructions?",
|
||||
rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your lawn’s current condition!", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gardening-scissors-trowel-wooden-flatlay_53876-95790.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -382,36 +159,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Epic Lawn Service"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Epic Lawn Service | Fort Worth, TX"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user