Merge version_1 into main #1
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="GreenLeaf"
|
||||
/>
|
||||
@@ -55,60 +47,37 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Lawn Care You Can Trust"
|
||||
description="Premium maintenance for homes and businesses. We bring the green back to your life with precision, passion, and professional-grade equipment."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-teen-student-walking-talking-about-study-after-school_1150-4657.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-teen-student-walking-talking-about-study-after-school_1150-4657.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-coworkers-reading-news-outdoor_23-2147562316.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-coworkers-reading-news-outdoor_23-2147562316.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Local Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Service",
|
||||
},
|
||||
type: "text", text: "Reliable Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Methods",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Methods"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed Professionals",
|
||||
},
|
||||
type: "text", text: "Licensed Professionals"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Satisfaction",
|
||||
},
|
||||
type: "text", text: "100% Satisfaction"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
type: "text", text: "Locally Owned"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,18 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission is ",
|
||||
},
|
||||
type: "text", content: "Our Mission is "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131207.jpg",
|
||||
alt: "Lawn care work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131207.jpg", alt: "Lawn care work"},
|
||||
{
|
||||
type: "text",
|
||||
content: " to Make Your Lawn Thrive.",
|
||||
},
|
||||
type: "text", content: " to Make Your Lawn Thrive."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,26 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Core",
|
||||
title: "Precision Mowing",
|
||||
subtitle: "Regular Maintenance",
|
||||
description: "Crisp lines and perfect cut height for healthy grass growth year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg",
|
||||
},
|
||||
tag: "Core", title: "Precision Mowing", subtitle: "Regular Maintenance", description: "Crisp lines and perfect cut height for healthy grass growth year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg"},
|
||||
{
|
||||
tag: "Design",
|
||||
title: "Landscape Design",
|
||||
subtitle: "Total Transformation",
|
||||
description: "Complete planning and installation of flower beds, shrubs, and hardscapes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg",
|
||||
},
|
||||
tag: "Design", title: "Landscape Design", subtitle: "Total Transformation", description: "Complete planning and installation of flower beds, shrubs, and hardscapes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg"},
|
||||
{
|
||||
tag: "Health",
|
||||
title: "Lawn Health",
|
||||
subtitle: "Deep Treatment",
|
||||
description: "Professional fertilization, aeration, and weed control for lush greenery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg",
|
||||
},
|
||||
tag: "Health", title: "Lawn Health", subtitle: "Deep Treatment", description: "Professional fertilization, aeration, and weed control for lush greenery.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg"},
|
||||
]}
|
||||
title="Comprehensive Lawn Solutions"
|
||||
description="Expert services tailored to the needs of your landscape throughout every season."
|
||||
@@ -174,59 +121,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Standard",
|
||||
name: "Basic Lawn Care",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-cutting-plant_23-2147768500.jpg",
|
||||
},
|
||||
id: "p1", brand: "Standard", name: "Basic Lawn Care", price: "$45", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-cutting-plant_23-2147768500.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Standard",
|
||||
name: "Full Landscaping",
|
||||
price: "$85",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg",
|
||||
},
|
||||
id: "p2", brand: "Standard", name: "Full Landscaping", price: "$85", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Premium",
|
||||
name: "Seasonal Prep",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109144.jpg",
|
||||
},
|
||||
id: "p3", brand: "Premium", name: "Seasonal Prep", price: "$120", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109144.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Basic",
|
||||
name: "Leaf Removal",
|
||||
price: "$50",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-items-father-s-day_23-2147631290.jpg",
|
||||
},
|
||||
id: "p4", brand: "Basic", name: "Leaf Removal", price: "$50", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-items-father-s-day_23-2147631290.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Premium",
|
||||
name: "Aeration",
|
||||
price: "$150",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plants-wet-soil_23-2147828868.jpg",
|
||||
},
|
||||
id: "p5", brand: "Premium", name: "Aeration", price: "$150", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plants-wet-soil_23-2147828868.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Standard",
|
||||
name: "Mulching",
|
||||
price: "$60",
|
||||
rating: 4,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg",
|
||||
},
|
||||
id: "p6", brand: "Standard", name: "Mulching", price: "$60", rating: 4,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg"},
|
||||
]}
|
||||
title="Our Service Packages"
|
||||
description="Choose the perfect maintenance tier for your property needs."
|
||||
@@ -235,25 +146,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Happy Homeowners",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Happy Homeowners"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m2", value: "15+", description: "Years Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Satisfaction Rate"},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="Our numbers speak for themselves in our commitment to excellence."
|
||||
@@ -267,45 +170,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "My lawn has never looked better. Professional and timely!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pruning-bushes-smiling-camera_651396-3821.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@sarahm", testimonial: "My lawn has never looked better. Professional and timely!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pruning-bushes-smiling-camera_651396-3821.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Thompson",
|
||||
handle: "@davidt",
|
||||
testimonial: "Excellent landscaping work. Highly recommended for any project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367019.jpg",
|
||||
},
|
||||
id: "t2", name: "David Thompson", handle: "@davidt", testimonial: "Excellent landscaping work. Highly recommended for any project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367019.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jennifer Lee",
|
||||
handle: "@jenniferl",
|
||||
testimonial: "Reliable crew and transparent pricing. Total peace of mind.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park_1157-6530.jpg",
|
||||
},
|
||||
id: "t3", name: "Jennifer Lee", handle: "@jenniferl", testimonial: "Reliable crew and transparent pricing. Total peace of mind.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park_1157-6530.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mike Ross",
|
||||
handle: "@miker",
|
||||
testimonial: "Best service in town, quick turnaround and beautiful results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecological-notebook_23-2148576670.jpg",
|
||||
},
|
||||
id: "t4", name: "Mike Ross", handle: "@miker", testimonial: "Best service in town, quick turnaround and beautiful results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecological-notebook_23-2148576670.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma Brown",
|
||||
handle: "@emmab",
|
||||
testimonial: "Friendly service, thorough clean-up. Extremely satisfied.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg",
|
||||
},
|
||||
id: "t5", name: "Emma Brown", handle: "@emmab", testimonial: "Friendly service, thorough clean-up. Extremely satisfied.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by the Best"
|
||||
@@ -319,20 +197,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer free property assessments for all residential and commercial clients.",
|
||||
},
|
||||
id: "f1", title: "Do you provide free estimates?", content: "Yes, we offer free property assessments for all residential and commercial clients."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We cover the entire metro area and surrounding suburban districts.",
|
||||
},
|
||||
id: "f2", title: "What areas do you serve?", content: "We cover the entire metro area and surrounding suburban districts."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I request regular maintenance?",
|
||||
content: "Absolutely, we provide weekly, bi-weekly, and monthly scheduling options.",
|
||||
},
|
||||
id: "f3", title: "Can I request regular maintenance?", content: "Absolutely, we provide weekly, bi-weekly, and monthly scheduling options."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -346,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Greener Lawn?"
|
||||
description="Book your free estimate today and experience the difference of premium care."
|
||||
@@ -358,13 +226,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GreenLeaf"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user