diff --git a/src/app/a-propos/page.tsx b/src/app/a-propos/page.tsx
index 586b780..713ba08 100644
--- a/src/app/a-propos/page.tsx
+++ b/src/app/a-propos/page.tsx
@@ -7,7 +7,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
-import { Facebook, Instagram, Linkedin, Phone } from "lucide-react";
+import { Facebook, Instagram, Linkedin, Phone, Briefcase, Award } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -15,7 +15,7 @@ export default function AboutPage() {
{ name: "Biens", id: "/biens" },
{ name: "Services", id: "/services" },
{ name: "À Propos", id: "/a-propos" },
- { name: "Contact", id: "/contact" },
+ { name: "Contact", id: "#contact" },
];
return (
@@ -44,15 +44,10 @@ export default function AboutPage() {
@@ -118,29 +96,17 @@ export default function AboutPage() {