diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 2d563f8..ff948b4 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -3,50 +3,59 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { ArrowUpRight } from "lucide-react"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; +import ContactText from "@/components/sections/contact/ContactText"; +import { ArrowRight } from "lucide-react"; export default function WorkPage() { return ( - + - - - - + +
+ +
+
+ +
);