diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1a27379..fa0a69c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,13 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Award, Building, CheckCircle, Clock, Home, Palette, Phone, Search, Shield, ShieldCheck, Sparkles, Square, Sun } from "lucide-react"; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import { Factory, HardHat, Hammer, CloudLightning, Brush, Handshake } from "lucide-react"; export default function LandingPage() { return ( @@ -29,242 +26,52 @@ export default function LandingPage() { -
- -
- -
- + -
- -
- -
- -
-
@@ -272,58 +79,35 @@ export default function LandingPage() {