diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9a882dd..35bd5af 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import HeroBillboard from '@/components/sections/hero/HeroBillboard';
+import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Calendar, Clock, Droplets, Leaf, Paintbrush, Square, Star } from "lucide-react";
@@ -29,111 +29,36 @@ export default function LandingPage() {
@@ -145,147 +70,50 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Leaf,
- title: "Garden Design",
- description: "Custom landscape design and planning.",
- },
- {
- icon: Leaf,
- title: "Tree Landscaping",
- description: "Professional tree care and management.",
- },
- {
- icon: Droplets,
- title: "Drainage Services",
- description: "Expert garden drainage solutions.",
- },
- {
- icon: Square,
- title: "Masonry/Concrete",
- description: "Custom concrete and masonry construction.",
- },
- {
- icon: Star,
- title: "Turf Installation",
- description: "Artificial turf and lawn seeding.",
- },
- {
- icon: Paintbrush,
- title: "Garden Decorating",
- description: "Detailed aesthetic garden styling.",
- },
+ { icon: Square, title: "Artificial Turf", description: "High-quality turf installations." },
+ { icon: Paintbrush, title: "Concrete Masonry", description: "Custom paving and masonry." },
+ { icon: Droplets, title: "Drainage & Grading", description: "Levelling, grading and drainage."},
+ { icon: Leaf, title: "Gardening", description: "General gardening and grass seeding." },
+ { icon: Paintbrush, title: "Groundskeeping", description: "Expert groundskeeping management." },
+ { icon: Star, title: "Water Features", description: "Custom water feature design." },
]}
title="Our Professional Services"
- description="Comprehensive landscaping and maintenance solutions tailored to your property needs."
+ description="Comprehensive landscaping solutions tailored to your property."
/>