diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index de450d4..f5d45b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -63,23 +52,18 @@ export default function LandingPage() { useInvertedBackground={false} title="Notre Mission" description="L'excellence au quotidien." + metrics={[]} /> ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f32707c..5e7c348 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -60,23 +49,18 @@ export default function LandingPage() { useInvertedBackground={false} title="Besoin d'aide ?" description="Contactez nos experts." + metrics={[]} /> ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fa29e6..945fee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {