Merge version_2 into main #2
@@ -8,14 +8,14 @@ import ReactLenis from "lenis/react";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "L'Office", id: "/office" },
|
||||
{ name: "Domaines d'intervention", id: "/domaines" },
|
||||
{ name: "Actualités", id: "/blog" },
|
||||
{ name: "Actualités", id: "/news" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Mentions Légales", id: "/legal" }
|
||||
]}
|
||||
@@ -30,6 +30,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Votre message" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contact-us-concept-with-man-holding-phone_23-2149023412.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
@@ -8,14 +8,14 @@ import ReactLenis from "lenis/react";
|
||||
|
||||
export default function LegalPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "L'Office", id: "/office" },
|
||||
{ name: "Domaines d'intervention", id: "/domaines" },
|
||||
{ name: "Actualités", id: "/blog" },
|
||||
{ name: "Actualités", id: "/news" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Mentions Légales", id: "/legal" }
|
||||
]}
|
||||
|
||||
@@ -38,6 +38,7 @@ export default function NewsPage() {
|
||||
description="Retrouvez nos derniers articles pour mieux comprendre vos droits et démarches."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Droit Immobilier", title: "Les étapes d'un achat immobilier", excerpt: "Découvrez les étapes clés, du compromis de vente à l'acte authentique final.", imageSrc: "https://img.b2bpic.net/free-photo/house-key-wooden-table_23-2148767980.jpg", authorName: "Notaires Associés", authorAvatar: "https://img.b2bpic.net/free-photo/mature-businesswoman-smiling_23-2148855673.jpg", date: "10 Mai 2024"
|
||||
|
||||
@@ -37,6 +37,7 @@ export default function OfficePage() {
|
||||
title="Notre Office Notarial"
|
||||
description="Le cabinet GEMIN‑BONNET, CHICHE et MORLAY, situé à Castelginest, accompagne ses clients dans les moments clés de leur vie personnelle et professionnelle."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-consultant-manager-meeting-with-couple-young-mature-customers-presenting-content-tablet_74855-9883.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user