From 28dc6968696f89787cc30570fd29f56854383816 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 18:57:40 +0000 Subject: [PATCH 1/2] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..fa89499 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,75 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; + +export default function ContactPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file -- 2.49.1 From e973f92cd20a690dd76fa0c94ee3631473188d74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 18:57:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff14e70..01cf343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "À propos", id: "about" }, { name: "Réalisations", id: "portfolio" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]} brandName="Amri Carreleur" /> @@ -45,7 +45,7 @@ export default function LandingPage() { -
- -
-