Merge version_1_1781989953262 into main #1

Merged
bender merged 2 commits from version_1_1781989953262 into main 2026-06-21 14:40:16 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Opportunités",
"href": "#opportunities"
"name": "Opportunités", "href": "#opportunities"
},
{
"name": "Talents",
"href": "#talents"
"name": "Talents", "href": "#talents"
},
{
"name": "Academy",
"href": "#academy"
"name": "Academy", "href": "#academy"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Ai Services",
"href": "#ai-services"
"name": "Ai Services", "href": "#ai-services"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Destinée Talents"
logoImageSrc="http://img.b2bpic.net/free-photo/image-healthcare-worker-doctor-personal-protective-equipment-from-covid-showing-okay-ok-sign-c_1258-121434.jpg"
ctaButton={{
text: "Connexion",
href: "#login",
}}
text: "Connexion", href: "#login"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -56,50 +48,31 @@ export default function Layout() {
<FooterBasic
columns={[
{
title: "Destinée",
items: [
title: "Destinée", items: [
{
label: "À propos",
href: "#",
},
label: "À propos", href: "#"},
{
label: "Carrières",
href: "#",
},
label: "Carrières", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Ressources",
items: [
title: "Ressources", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
{
title: "Légal",
items: [
title: "Légal", items: [
{
label: "Confidentialité",
href: "#",
},
label: "Confidentialité", href: "#"},
{
label: "Termes",
href: "#",
},
label: "Termes", href: "#"},
],
},
]}