diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index dc3536f..a3f95e2 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -4,19 +4,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Lightbulb, Zap, TrendingUp, CheckCircle } from "lucide-react"; +import { Zap, Lightbulb, CheckCircle, Layers } from "lucide-react"; export default function SolutionsPage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Solutions", id: "/solutions" }, - { name: "Services", id: "/services" }, + { name: "Home", id: "home" }, + { name: "About", id: "about" }, + { name: "Solutions", id: "solutions" }, + { name: "Services", id: "services" }, { name: "Projects", id: "projects" }, + { name: "Blog", id: "blog" }, { name: "Contact", id: "contact" }, ]; @@ -33,6 +34,7 @@ export default function SolutionsPage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, + { label: "Our Services", href: "/services" }, { label: "Projects & Portfolio", href: "/" }, { label: "Blog & Articles", href: "/" }, { label: "Careers", href: "/" }, @@ -83,87 +85,54 @@ export default function SolutionsPage() {
-
+
-
- -
-
+ +
+ +