diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index 35835c5..016e7fe 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -2,11 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import FeatureCardThree from '@/components/sections/feature/FeatureCardThree'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -24,246 +23,144 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);