diff --git a/src/app/page.tsx b/src/app/page.tsx
index 298eb65..82fdf71 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCentered from '@/components/sections/hero/HeroCentered';
-import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
+import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
@@ -30,25 +29,15 @@ export default function LandingPage() {
@@ -57,107 +46,36 @@ export default function LandingPage() {
-
-
-
-
-
@@ -303,30 +118,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
members={[
- {
- id: "t1",
- name: "Dr. Aris V.",
- role: "Senior AI Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-smiling-while-working_1170-1089.jpg",
- },
- {
- id: "t2",
- name: "Maya K.",
- role: "Creative Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg",
- },
- {
- id: "t3",
- name: "John D.",
- role: "Full Stack Dev",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg",
- },
- {
- id: "t4",
- name: "Elena R.",
- role: "Head of Marketing",
- imageSrc: "http://img.b2bpic.net/free-photo/young-expert_1098-15050.jpg",
- },
+ { id: "t1", name: "Dr. Aris V.", role: "Senior AI Architect", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-smiling-while-working_1170-1089.jpg" },
+ { id: "t2", name: "Maya K.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg" },
+ { id: "t3", name: "John D.", role: "Full Stack Dev", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg" },
]}
title="Learn From Experts"
description="Meet our professional instructors from top global companies."
@@ -334,61 +128,16 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file