diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 73212fc..d5243fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,29 +3,41 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import AboutMetric from "@/components/sections/about/AboutMetric"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import { User, Target } from "lucide-react"; export default function AboutPage() { return ( - + - - + +
+ +
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2a1593d..dcb4708 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,32 +3,48 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; export default function ServicesPage() { return ( - + - - + +
+ +
);