diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 330bc54..d568a6e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Building, Code, Globe } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
);