diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3aa0d83..1619bea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,8 +10,9 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Rocket, Shield, Star } from "lucide-react";
+import { Rocket, Shield, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +32,11 @@ export default function LandingPage() {
@@ -56,61 +46,43 @@ export default function LandingPage() {
+
+
+
@@ -120,209 +92,25 @@ export default function LandingPage() {
title="Advanced Martian Infrastructure"
description="State-of-the-art living modules and navigation technology for safe and memorable planetary exploration."
accordionItems={[
- {
- id: "f1",
- title: "Living Modules",
- content: "Engineered for maximum comfort and radiation protection.",
- },
- {
- id: "f2",
- title: "Advanced Rover",
- content: "Designed to handle extreme terrain and dust conditions.",
- },
- {
- id: "f3",
- title: "Life Support",
- content: "Sustainable oxygen and water cycle systems.",
- },
+ { id: "f1", title: "Living Modules", content: "Engineered for maximum comfort and radiation protection." },
+ { id: "f2", title: "Advanced Rover", content: "Designed to handle extreme terrain and dust conditions." },
]}
imageSrc="http://img.b2bpic.net/free-photo/surreal-geometric-shapes-barren-desert_23-2151296282.jpg"
mediaAnimation="blur-reveal"
/>
-
-
-
-
-
-
-
-
-
@@ -330,50 +118,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file