diff --git a/src/App.tsx b/src/App.tsx index 1457454..3c85d11 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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." } ] },