Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 516d5b3278 | |||
| 08923eb7b6 | |||
| 0692392b5c | |||
| e13f3bb91c |
@@ -11,8 +11,8 @@ import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
|||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { Phone, Leaf, TreePine, Award, ShieldCheck, MapPin } from "lucide-react";
|
import { ShieldCheck, MapPin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandscapingPage() {
|
export default function LandscapingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,7 +31,7 @@ export default function LandscapingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="EverGreen Pros"
|
brandName="C'est Dou"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -57,11 +57,11 @@ export default function LandscapingPage() {
|
|||||||
imageAlt="Beautifully manicured garden and patio"
|
imageAlt="Beautifully manicured garden and patio"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Mark J.", handle: "Homeowner", testimonial: "EverGreen Pros turned our messy yard into a paradise. Fast, professional, and very affordable!", rating: 5,
|
name: "Mark J.", handle: "Homeowner", testimonial: "C'est Dou turned our messy yard into a paradise. Fast, professional, and very affordable!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
name: "Elena V.", handle: "Business Owner", testimonial: "They maintain our office property year-round with incredible attention to detail.", rating: 5,
|
name: "Elena V.", handle: "Business Owner", testimonial: "They maintain our office property year-round with incredible attention to detail.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,7 +73,7 @@ export default function LandscapingPage() {
|
|||||||
title="Building Better Landscapes Since 2012"
|
title="Building Better Landscapes Since 2012"
|
||||||
description="Your premier local landscaping partner dedicated to enhancing the natural beauty of your property with integrity and sustainable practices."
|
description="Your premier local landscaping partner dedicated to enhancing the natural beauty of your property with integrity and sustainable practices."
|
||||||
subdescription="Fully Licensed & Insured Crew"
|
subdescription="Fully Licensed & Insured Crew"
|
||||||
icon={Award}
|
icon={MapPin}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/low-section-view-gardener-watering-potted-plants_23-2147918610.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/low-section-view-gardener-watering-potted-plants_23-2147918610.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -84,7 +84,9 @@ export default function LandscapingPage() {
|
|||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
tag="Service Catalog"
|
tag="Service Catalog"
|
||||||
title="Comprehensive Outdoor Solutions"
|
title="Comprehensive Outdoor Solutions"
|
||||||
|
description="Top tier landscaping and maintenance services tailored to your needs."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ tag: "Lawn Care", title: "Full-Service Maintenance", subtitle: "Weekly upkeep", description: "Mowing, trimming, and seasonal cleanup.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mowing-yard-close-up_23-2148579933.jpg" },
|
{ tag: "Lawn Care", title: "Full-Service Maintenance", subtitle: "Weekly upkeep", description: "Mowing, trimming, and seasonal cleanup.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mowing-yard-close-up_23-2148579933.jpg" },
|
||||||
{ tag: "Design", title: "Landscape Design", subtitle: "Bespoke plans", description: "Custom 3D planning for your yard.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-422.jpg" },
|
{ tag: "Design", title: "Landscape Design", subtitle: "Bespoke plans", description: "Custom 3D planning for your yard.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-422.jpg" },
|
||||||
@@ -96,10 +98,12 @@ export default function LandscapingPage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
title="The EverGreen Promise"
|
title="The C'est Dou Promise"
|
||||||
description="Why homeowners choose our local crew."
|
description="Why homeowners choose our local crew."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{ id: "1", name: "Reliability", role: "We show up on time, every time, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/nervous-businessman-showing-clock_1154-143.jpg" },
|
{ id: "1", name: "Reliability", role: "We show up on time, every time, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/nervous-businessman-showing-clock_1154-143.jpg" },
|
||||||
{ id: "2", name: "Professional Grade", role: "Only the best industry-standard tools and materials.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2147997200.jpg" },
|
{ id: "2", name: "Professional Grade", role: "Only the best industry-standard tools and materials.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2147997200.jpg" },
|
||||||
@@ -112,8 +116,11 @@ export default function LandscapingPage() {
|
|||||||
<TeamCardOne
|
<TeamCardOne
|
||||||
tag="Meet the Crew"
|
tag="Meet the Crew"
|
||||||
title="Behind Every Great Landscape"
|
title="Behind Every Great Landscape"
|
||||||
|
description="Our dedicated team is here to help."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{ id: "1", name: "Thomas B.", role: "Head Landscaper", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-posing-camera-city-park_1262-20438.jpg" },
|
{ id: "1", name: "Thomas B.", role: "Head Landscaper", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-posing-camera-city-park_1262-20438.jpg" },
|
||||||
{ id: "2", name: "Sarah D.", role: "Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-gardening-clothes_23-2148396848.jpg" },
|
{ id: "2", name: "Sarah D.", role: "Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-gardening-clothes_23-2148396848.jpg" },
|
||||||
@@ -127,9 +134,10 @@ export default function LandscapingPage() {
|
|||||||
cardTag="Client Feedback"
|
cardTag="Client Feedback"
|
||||||
cardTitle="Trusted by over 400 local families and businesses."
|
cardTitle="Trusted by over 400 local families and businesses."
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" },
|
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2" },
|
||||||
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
|
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2" },
|
||||||
{ id: "3", name: "John S.", imageSrc: "http://img.b2bpic.net/free-photo/event-smiling-man-hugging-happy-wife-showing-new-keys-camera_259150-58347.jpg" },
|
{ id: "3", name: "John S.", imageSrc: "http://img.b2bpic.net/free-photo/event-smiling-man-hugging-happy-wife-showing-new-keys-camera_259150-58347.jpg" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -139,8 +147,10 @@ export default function LandscapingPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
tag="Got Questions?"
|
tag="Got Questions?"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
|
description="Everything you need to know about our services."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "Do you provide free estimates?", content: "Yes, all consultations and estimates are completely free of charge." },
|
{ id: "1", title: "Do you provide free estimates?", content: "Yes, all consultations and estimates are completely free of charge." },
|
||||||
{ id: "2", title: "Are you fully insured?", content: "Yes, we carry full general liability and workers' compensation coverage." },
|
{ id: "2", title: "Are you fully insured?", content: "Yes, we carry full general liability and workers' compensation coverage." },
|
||||||
@@ -154,6 +164,7 @@ export default function LandscapingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Start Your Transformation"
|
title="Start Your Transformation"
|
||||||
description="Ready for a yard you're proud of? Request a free consultation today."
|
description="Ready for a yard you're proud of? Request a free consultation today."
|
||||||
|
useInvertedBackground={false}
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||||
@@ -166,17 +177,16 @@ export default function LandscapingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterLogoEmphasis
|
||||||
|
logoText="C'est Dou"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }] },
|
{ items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }] },
|
||||||
{ title: "Services", items: [{ label: "Lawn Care", href: "#services" }, { label: "Design", href: "#services" }] },
|
{ items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||||
{ title: "Contact", items: [{ label: "(555) 888-9999" }, { label: "info@evergreenpros.com" }] },
|
{ items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 EverGreen Pros"
|
|
||||||
bottomRightText="Serving the Metropolitan Area"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user