diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9215085..ed318da 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,10 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import Link from "next/link"; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import { HardDrive, Cloud, Users, ShieldCheck } from 'lucide-react'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; interface FooterProps { brandName?: string; @@ -38,12 +35,12 @@ const Footer: React.FC = ({ brandName = "Nexsoft Australia", navIte export default function ServicesPage() { const navItems = [ {name: "Home", id: "home", href: "/"}, - {name: "About us", id: "about", href: "/about"}, + {name: "About us", id: "about-us", href: "/about"}, {name: "Services", id: "services", href: "/services"}, {name: "Products", id: "products", href: "/products"}, {name: "Achievements", id: "achievements", href: "/portfolio"}, {name: "News", id: "news", href: "/portfolio"}, - {name: "Contact us", id: "contact", href: "/contact"} + {name: "Contact us", id: "contact-us", href: "/contact"} ]; const navbarProps = { @@ -67,77 +64,39 @@ export default function ServicesPage() { -
- -
-
- -
-
- -
+ +
+
+ +
+
+