diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3af6c..ff1f6a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,12 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Award, Beef, Building, Cake, CheckCircle, Heart, Milk, ShieldCheck, Star, Sun, Wheat } from "lucide-react"; +import { Award, Beef, Building, Cake, CheckCircle, Heart, Milk, ShieldCheck, Star, Sun, Wheat, Tractor, Users, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -31,83 +31,47 @@ export default function LandingPage() {
-
-
@@ -117,54 +81,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Beef, - title: "Découverte des animaux", description: "Rencontrez nos animaux adorables et apprenez sur la vie à la ferme."}, - { - icon: Wheat, - title: "Atelier pain maison", description: "Pétrissez votre propre pain traditionnel marocain."}, - { - icon: Milk, - title: "Atelier petit lait", description: "Découvrez les secrets de la fabrication des produits laitiers."}, - { - icon: Star, - title: "Balade en charrette", description: "Une promenade magique à travers la ferme."}, - { - icon: Cake, - title: "Anniversaires & Fêtes", description: "Organisez vos événements spéciaux dans un cadre unique."}, - { - icon: Building, - title: "Team Building", description: "Événements sur mesure pour les entreprises."}, + { icon: Beef, title: "Découverte des animaux", description: "Approche pédagogique et respectueuse." }, + { icon: Wheat, title: "Ateliers traditionnels", description: "Pétrissage, traite et jardinage." }, + { icon: Cake, title: "Fêtes privées", description: "Anniversaires inoubliables à la ferme." }, + { icon: Building, title: "Événements entreprise", description: "Cohésion d'équipe au grand air." }, ]} - title="Nos activités" - description="Découvrez nos ateliers interactifs conçus pour éveiller la curiosité de vos enfants." - /> - - -
-
@@ -174,25 +97,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Houda Chaoui", handle: "@houda", testimonial: "Une belle découverte, les animaux sont adorables et les ateliers sont géniaux.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-mother-with-daughter-summer-park_1157-21444.jpg"}, - { - id: "2", name: "Leena Mugawer", handle: "@leena", testimonial: "Exceptionnel pour nos team building, une expérience mémorable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-young-curly-bearded-man-orange-tshirt-floral-shirt-smiles-sincerely-listens-music-headphones-crosses-arms-leans-wall-outside_197531-28842.jpg"}, - { - id: "3", name: "Nesrine Boukhles", handle: "@nesrine", testimonial: "Parfait pour les anniversaires, organisation au top !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-park_1328-4010.jpg"}, - { - id: "4", name: "Client Famille", handle: "@famille", testimonial: "Un lieu idéal pour passer un dimanche au vert.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-having-fun-field-sunset_1303-22470.jpg"}, - { - id: "5", name: "Client Entreprise", handle: "@corp", testimonial: "Très bien structuré pour les groupes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg"}, + { id: "1", name: "Houda C.", handle: "@houda", testimonial: "Le meilleur endroit pour les enfants !", rating: 5 }, + { id: "2", name: "Nesrine B.", handle: "@nesrine", testimonial: "Une organisation parfaite pour les anniversaires.", rating: 5 }, + { id: "3", name: "Client Famille", handle: "@famille", testimonial: "Un dimanche au vert indispensable.", rating: 4 }, ]} showRating={true} - title="Ce que pensent nos visiteurs" - description="Des moments inoubliables partagés avec nos clients." + title="Ils nous font confiance" /> @@ -201,28 +111,20 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", title: "Où êtes-vous situés ?", content: "Nous sommes à Route Moulay Thami, Dar Bouazza, Tamaris."}, - { - id: "f2", title: "Quels sont vos horaires ?", content: "Mardi au Dimanche : 09h00 — 18h00. Lundi fermé."}, - { - id: "f3", title: "Comment réserver ?", content: "Appelez-nous au 06 41 70 01 51."}, + { id: "f1", title: "Horaires", content: "Mardi-Dimanche, 9h-18h" }, + { id: "f2", title: "Accès", content: "Route Moulay Thami, Tamaris" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg" - title="Informations pratiques" - description="Tout ce que vous devez savoir pour organiser votre visite." + title="Questions fréquentes" faqsAnimation="slide-up" />
@@ -230,24 +132,9 @@ export default function LandingPage() {