diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4e86304..e9ddb04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,117 +1,45 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ReactLenis from "lenis/react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file diff --git a/src/app/entreprise/page.tsx b/src/app/entreprise/page.tsx new file mode 100644 index 0000000..742da28 --- /dev/null +++ b/src/app/entreprise/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function EntreprisePage() { return

Droit des Entreprises

Accompagnement juridique pour les professionnels.

; } \ No newline at end of file diff --git a/src/app/famille/page.tsx b/src/app/famille/page.tsx new file mode 100644 index 0000000..c77d94f --- /dev/null +++ b/src/app/famille/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function FamillePage() { return

Droit de la Famille

Conseils pour vos mariages, pacs et divorces.

; } \ No newline at end of file diff --git a/src/app/immobilier/page.tsx b/src/app/immobilier/page.tsx new file mode 100644 index 0000000..f487c76 --- /dev/null +++ b/src/app/immobilier/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function ImmobilierPage() { return

Droit Immobilier

Accompagnement complet pour vos transactions immobilières.

; } \ No newline at end of file diff --git a/src/app/legal/page.tsx b/src/app/legal/page.tsx new file mode 100644 index 0000000..594ae47 --- /dev/null +++ b/src/app/legal/page.tsx @@ -0,0 +1,47 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import LegalSection from '@/components/legal/LegalSection'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ReactLenis from "lenis/react"; + +export default function LegalPage() { + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx new file mode 100644 index 0000000..b09eec1 --- /dev/null +++ b/src/app/news/page.tsx @@ -0,0 +1,66 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; + +export default function NewsPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/office/page.tsx b/src/app/office/page.tsx index b48e45a..adf1ef6 100644 --- a/src/app/office/page.tsx +++ b/src/app/office/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; -export default function LandingPage() { +export default function OfficePage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 31c7d48..cc2aecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -210,37 +115,23 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/patrimoine/page.tsx b/src/app/patrimoine/page.tsx new file mode 100644 index 0000000..4cf3593 --- /dev/null +++ b/src/app/patrimoine/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function PatrimoinePage() { return

Gestion de Patrimoine

Optimisation et conseil patrimonial sur-mesure.

; } \ No newline at end of file diff --git a/src/app/rural/page.tsx b/src/app/rural/page.tsx new file mode 100644 index 0000000..e664bc4 --- /dev/null +++ b/src/app/rural/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function RuralPage() { return

Droit Rural

Expertise dédiée aux exploitations et terres agricoles.

; } \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 084d3a0..d3c9441 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f4f4f5; - --foreground: #1c1c1c; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #1c1c1c; - --background-accent: #e4e4e7; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/successions/page.tsx b/src/app/successions/page.tsx new file mode 100644 index 0000000..e7a7a67 --- /dev/null +++ b/src/app/successions/page.tsx @@ -0,0 +1,2 @@ +"use client"; +export default function SuccessionsPage() { return

Successions

Anticipez et organisez la transmission de vos biens.

; } \ No newline at end of file