diff --git a/src/app/page.tsx b/src/app/page.tsx index 11e2c77..933d182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function HomePage() { { id: "enterprise-solutions", title: "Enterprise Solutions", description: "Large-scale system integration, data management, and infrastructure solutions designed for mission-critical applications and enterprise reliability requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/enterprise-software-solutions-architectu-1772527673363-117f00ea.png", imageAlt: "Enterprise solutions architecture"}, ]} - gridVariant="uniform-4" + gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d5aaca8..ff1e35d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; @@ -75,23 +76,19 @@ export default function ServicesPage() {