Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-24 09:23:44 +00:00

View File

@@ -11,7 +11,7 @@ import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
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";
export default function LandscapingPage() {
@@ -31,7 +31,7 @@ export default function LandscapingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="EverGreen Pros"
brandName="C'est Dou"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -57,7 +57,7 @@ export default function LandscapingPage() {
imageAlt="Beautifully manicured garden and patio"
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"},
{
name: "Elena V.", handle: "Business Owner", testimonial: "They maintain our office property year-round with incredible attention to detail.", rating: 5,
@@ -96,7 +96,7 @@ export default function LandscapingPage() {
<div id="why-us" data-section="why-us">
<TeamCardSix
title="The EverGreen Promise"
title="The C'est Dou Promise"
description="Why homeowners choose our local crew."
animationType="slide-up"
gridVariant="uniform-all-items-equal"
@@ -166,17 +166,16 @@ export default function LandscapingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterLogoEmphasis
logoText="C'est Dou"
columns={[
{ title: "Company", items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }] },
{ title: "Services", items: [{ label: "Lawn Care", href: "#services" }, { label: "Design", href: "#services" }] },
{ title: "Contact", items: [{ label: "(555) 888-9999" }, { label: "info@evergreenpros.com" }] },
{ items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] },
{ items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] },
]}
bottomLeftText="© 2025 EverGreen Pros"
bottomRightText="Serving the Metropolitan Area"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}