Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 16:52:24 +00:00

View File

@@ -6,13 +6,10 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
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 { Leaf, TreePine, Mail, Phone, MapPin } from "lucide-react";
import { Leaf, TreePine } from "lucide-react";
export default function LandscapingPage() {
return (
@@ -91,13 +88,17 @@ export default function LandscapingPage() {
useInvertedBackground={false}
features={[
{
tag: "Pruning", title: "Hedge Trimming", subtitle: "Precision Shaping", description: "Expert shaping and pruning to maintain healthy and aesthetic hedges and shrubs."},
tag: "Pruning", title: "Hedge Trimming", subtitle: "Precision Shaping", description: "Expert shaping and pruning to maintain healthy and aesthetic hedges and shrubs."
},
{
tag: "Design", title: "Landscape Design", subtitle: "Custom Planning", description: "Bespoke design plans tailored to your garden's architecture and local climate."},
tag: "Design", title: "Landscape Design", subtitle: "Custom Planning", description: "Bespoke design plans tailored to your garden's architecture and local climate."
},
{
tag: "Care", title: "Garden Maintenance", subtitle: "Year-Round Service", description: "Regular maintenance programs to ensure your plants and turf thrive every season."},
tag: "Care", title: "Garden Maintenance", subtitle: "Year-Round Service", description: "Regular maintenance programs to ensure your plants and turf thrive every season."
},
{
tag: "Hardscape", title: "Hardscape Solutions", subtitle: "Design & Installation", description: "Structural additions including walkways, stone features, and patio areas."},
tag: "Hardscape", title: "Hardscape Solutions", subtitle: "Design & Installation", description: "Structural additions including walkways, stone features, and patio areas."
},
]}
/>
</div>
@@ -126,6 +127,7 @@ export default function LandscapingPage() {
]}
textarea={{ name: "message", placeholder: "Describe your project...", required: true }}
buttonText="Send Request"
useInvertedBackground={false}
/>
</div>