diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index d5243fc..1d6ff0f 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -3,8 +3,8 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import MediaAbout from "@/components/sections/about/MediaAbout";
-import { User, Target } from "lucide-react";
+import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
+import { Target } from "lucide-react";
export default function AboutPage() {
return (
@@ -28,14 +28,18 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
]}
/>
-
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c6f7c40..52fb58f 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -4,7 +4,7 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
-import FooterBase from "@/components/sections/footer/FooterBase";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function ContactPage() {
return (
@@ -24,12 +24,11 @@ export default function ContactPage() {
-
-
Direct Contact
-
Email: zakariaserroukh02@gmail.com
-
Phone: +212637779305
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2485147..1cbdc13 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,16 +4,8 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
-import FeatureBento from "@/components/sections/feature/FeatureBento";
-import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
-import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
-import TeamCardFive from "@/components/sections/team/TeamCardFive";
-import FaqBase from "@/components/sections/faq/FaqBase";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import { Sparkles } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -33,12 +25,11 @@ export default function WebAgency2Page() {
-
-
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index b290346..cf3ed0c 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -27,6 +27,7 @@ export default function ServicesPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
+ { name: "Contact", id: "/contact" },
]}
/>
@@ -39,9 +40,9 @@ export default function ServicesPage() {
showStepNumbers={true}
useInvertedBackground={false}
features={[
- { title: "PC Installation", description: "Expert hardware configuration and software setup", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1593640408182-31c70c8268f5?_wi=1" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1593640408182-31c70c8268f5?_wi=2" } },
- { title: "Wi-Fi Network Setup", description: "Robust and secure local area network deployment", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1544197150-b99a580bb7a8?_wi=1" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1544197150-b99a580bb7a8?_wi=2" } },
- { title: "Server Installation", description: "Enterprise grade server architecture and maintenance", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1558494949-ef010bbbb317?_wi=1" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1558494949-ef010bbbb317?_wi=2" } }
+ { title: "PC Installation", description: "Expert hardware configuration and software setup" },
+ { title: "Wi-Fi Network Setup", description: "Robust and secure local area network deployment" },
+ { title: "Server Installation", description: "Enterprise grade server architecture and maintenance" }
]}
/>