feat: Update client logos and testimonials, enhance feature descriptions, and improve layout

- Replaced client logos in _index.md with new entries.
- Updated testimonials section to improve clarity and relevance.
- Enhanced feature descriptions in generation-documents.md, rapports-rgpd.md, rapports-statistiques.md, rendez-vous.md, suivi-accompagnements.md, suivi-decisions.md, and suivi-usagers.md for better user understanding.
- Added new images to various feature sections to enrich visual content.
- Introduced new sector pages for "Grandes Collectivités" and "Services et associations" with tailored content.
- Updated CSS for better styling and responsiveness.
- Improved carousel and client logos shortcode for better performance and visual appeal.
- Removed outdated screenshots and replaced hero image with a new format.
This commit is contained in:
Boris Waaub
2026-03-09 18:39:04 +01:00
parent 61e1a4b29f
commit 65813b6520
47 changed files with 217 additions and 159 deletions

View File

@@ -2207,30 +2207,14 @@ body {
right: 0px;
}
.-bottom-20 {
bottom: -5rem;
}
.-bottom-4 {
bottom: -1rem;
}
.-left-20 {
left: -5rem;
}
.-right-20 {
right: -5rem;
}
.-right-4 {
right: -1rem;
}
.-top-20 {
top: -5rem;
}
.-top-4 {
top: -1rem;
}
@@ -2275,6 +2259,10 @@ body {
isolation: isolate;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
@@ -2482,10 +2470,6 @@ body {
height: 1.5rem;
}
.h-64 {
height: 16rem;
}
.h-8 {
height: 2rem;
}
@@ -2550,10 +2534,6 @@ body {
width: 1.5rem;
}
.w-64 {
width: 16rem;
}
.w-72 {
width: 18rem;
}
@@ -2562,6 +2542,11 @@ body {
width: 2rem;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.w-full {
width: 100%;
}
@@ -3253,6 +3238,10 @@ body {
text-transform: uppercase;
}
.italic {
font-style: italic;
}
.leading-7 {
line-height: 1.75rem;
}