Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Award, Beef, Building, Cake, CheckCircle, Heart, Milk, ShieldCheck, Star, Sun, Wheat, Tractor, Users, BookOpen } from "lucide-react";
|
import { Beef, Building, Cake, Wheat, Tractor, Users, BookOpen } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -49,7 +49,8 @@ export default function LandingPage() {
|
|||||||
title: "Programme Pédagogique", logoIcon: Tractor,
|
title: "Programme Pédagogique", logoIcon: Tractor,
|
||||||
stats: [
|
stats: [
|
||||||
{ title: "Activités", values: [15, 20, 25], description: "Activités ludiques disponibles" },
|
{ title: "Activités", values: [15, 20, 25], description: "Activités ludiques disponibles" },
|
||||||
{ title: "Visiteurs", values: [500, 750, 1000], description: "Familles ravies cette année" }
|
{ title: "Visiteurs", values: [500, 750, 1000], description: "Familles ravies cette année" },
|
||||||
|
{ title: "Jours", values: [300, 350, 365], description: "Ouverture annuelle" }
|
||||||
],
|
],
|
||||||
sidebarItems: [{ icon: BookOpen, active: true }, { icon: Users }, { icon: Tractor }],
|
sidebarItems: [{ icon: BookOpen, active: true }, { icon: Users }, { icon: Tractor }],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-learning-garden_23-2151447746.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/kid-learning-garden_23-2151447746.jpg"
|
||||||
@@ -61,7 +62,6 @@ export default function LandingPage() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
title="Reconnecter avec l'essentiel"
|
title="Reconnecter avec l'essentiel"
|
||||||
tag="Notre Mission"
|
tag="Notre Mission"
|
||||||
description="Dar Nouar Kids, situé à Tamaris, offre un havre de paix où les enfants apprennent le respect de la nature, la vie animale et les traditions agricoles dans un cadre sécurisé et bienveillant."
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
|||||||
description="Partagez vos moments forts et suivez nos actualités en direct."
|
description="Partagez vos moments forts et suivez nos actualités en direct."
|
||||||
names={["Instagram", "Facebook", "TikTok", "YouTube"]}
|
names={["Instagram", "Facebook", "TikTok", "YouTube"]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -103,6 +104,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Ils nous font confiance"
|
title="Ils nous font confiance"
|
||||||
|
description="Témoignages de nos familles visiteuses."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -115,6 +117,7 @@ export default function LandingPage() {
|
|||||||
{ id: "f2", title: "Accès", content: "Route Moulay Thami, Tamaris" },
|
{ id: "f2", title: "Accès", content: "Route Moulay Thami, Tamaris" },
|
||||||
]}
|
]}
|
||||||
title="Questions fréquentes"
|
title="Questions fréquentes"
|
||||||
|
description="Tout savoir sur votre visite."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -124,6 +127,7 @@ export default function LandingPage() {
|
|||||||
tag="Réservations"
|
tag="Réservations"
|
||||||
title="Planifiez votre visite"
|
title="Planifiez votre visite"
|
||||||
description="Réservez votre créneau dès maintenant par téléphone ou WhatsApp."
|
description="Réservez votre créneau dès maintenant par téléphone ou WhatsApp."
|
||||||
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user