Merge version_1_1780756028916 into main #1

Merged
bender merged 1 commits from version_1_1780756028916 into main 2026-06-06 14:31:48 +00:00

View File

@@ -1,6 +1,4 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/providers/ThemeProvider/ThemeProvider";
import NavbarCentered from "@/components/ui/NavbarCentered";
import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee";
import AboutTextSplit from "@/components/sections/about/AboutTextSplit";
@@ -178,7 +176,7 @@ export default function LandingPage() {
{
name: "Services", items: [
{ question: "What types of services do you provide?", answer: "We offer a wide range of services including landscape design, installation, hardscaping (patios, walkways), irrigation systems, garden planting, tree & shrub care, and seasonal maintenance." },
{ question: "Can you work with my existing garden?", answer: "Yes, we often integrate existing landscape features into new designs, or we can focus solely on enhancing and maintaining your current garden." },
{ question: "Can you work with my existing garden? ", answer: "Yes, we often integrate existing landscape features into new designs, or we can focus solely on enhancing and maintaining your current garden." },
{ question: "Do you handle commercial projects?", answer: "Yes, we have extensive experience with commercial landscaping, providing design, installation, and maintenance for businesses of all sizes." }
]
},