diff --git a/src/app/page.tsx b/src/app/page.tsx index ea4e8c3..c444593 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,6 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import TextAbout from '@/components/sections/about/TextAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -35,49 +33,136 @@ export default function LandingPage() { /> -
- -
+
+
+ {/* Section Header */} +
+
+ Premium Case Studies +
+

+ Our Proven Results +

+

Transforming e-commerce brands with data-driven strategies

+
-
@@ -108,4 +193,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file