Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cffbd3a6f2 | |||
| df356cc08e | |||
| 652f7f8b30 | |||
| 41d9dcaba5 | |||
| 02a945e08f | |||
| dd018e6873 |
@@ -20,12 +20,12 @@ export default function LandingPage() {
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardDashboard
|
||||
title="Dar Nouar Kids"
|
||||
description="Une immersion totale dans la nature pour éveiller les sens et créer des souvenirs inoubliables en famille."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Programme Pédagogique", logoIcon: Tractor,
|
||||
stats: [
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
title="Reconnecter avec l'essentiel"
|
||||
tag="Notre Mission"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
description="Partagez vos moments forts et suivez nos actualités en direct."
|
||||
names={["Instagram", "Facebook", "TikTok", "YouTube"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Horaires", content: "Mardi-Dimanche, 9h-18h" },
|
||||
{ id: "f2", title: "Accès", content: "Route Moulay Thami, Tamaris" },
|
||||
@@ -128,8 +128,8 @@ export default function LandingPage() {
|
||||
tag="Réservations"
|
||||
title="Planifiez votre visite"
|
||||
description="Réservez votre créneau dès maintenant par téléphone ou WhatsApp."
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user