wip(Home Design)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 2m32s

This commit is contained in:
2026-03-30 18:50:04 +02:00
parent 24bff5f4b5
commit 83b7c42fe4
7 changed files with 90 additions and 77 deletions

View File

@@ -10,22 +10,16 @@ import { ScrollToTop } from '@/components/common/ScrollToTop';
export default function Welcome() {
return (
<>
<Head title="Bienvenue">
<link rel="preconnect" href="https://fonts.bunny.net" />
<link
href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600"
rel="stylesheet"
/>
</Head>
<div className="flex flex-col min-h-screen bg-[#F5F5F5] text-[#1b1b18] dark:bg-[#0a0a0a] dark:text-[#EDEDEC]">
<Head title="Bienvenue sur le site du Retzien Libre" />
<div className="flex flex-col min-h-screen bg-white text-[#1b1b18] dark:bg-[#0a0a0a] dark:text-[#EDEDEC]">
<div className="flex flex-col items-center px-4">
<NavGuestLayout />
</div>
<main className="flex flex-col items-center">
<HeroSection />
<ServicesSection />
<AboutSection />
<AlternativeSection />
<AboutSection />
</main>
<Footer />
</div>