diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fad798e..ada7c14 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,12 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; -import { Zap, Phone } from "lucide-react"; +import { Zap, CheckCircle, Clock, Award, Star, AlertCircle } from "lucide-react"; export default function ServicesPage() { return ( @@ -34,94 +35,70 @@ export default function ServicesPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now: 02 943 1134", - href: "tel:+359294431134", - }} + text: "Call Now: 02 943 1134", href: "tel:+359294431134"}} + /> + + + {/* Hero Section */} +