From 80878ca0f63f5edb313962cee9627e764d25fd62 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:44:26 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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" }, ]} />
-
-- 2.49.1 From ce114b3feb82cf7186729e306cff16731667c514 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:44:27 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) 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 -- 2.49.1 From e00f562ca374e373aa4c36d35f564b320dae2d61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:44:27 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 238 +++-------------------------------------------- 1 file changed, 11 insertions(+), 227 deletions(-) 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 -- 2.49.1 From 756b3e9f51b12953ad3568fc56c5464470dc22e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:44:28 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" } ]} /> -- 2.49.1