Merge version_2 into main #4
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { CheckCircle, Droplets, Flame, MapPin, Phone, Sun, Tag, Waves, Zap } from "lucide-react";
|
||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "À Propos", id: "about" },
|
||||
{ name: "Avis", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
@@ -152,40 +150,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Avis de Nos Clients"
|
||||
description="Découvrez ce que pensent nos clients satisfaits de nos services de plomberie et chauffage."
|
||||
tag="Témoignages"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Mohammed Bennani", role: "Propriétaire", company: "Riad Tétouan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Mohammed Bennani"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima El Qaidi", role: "Directrice", company: "Hôtel Al Waha", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Fatima El Qaidi"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Hassan Tazi", role: "Gestionnaire", company: "Complexe Résidentiel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Hassan Tazi"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Samira Bouabid", role: "Propriétaire", company: "Villa Moderne Tétouan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Samira Bouabid"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "756", label: "Followers Instagram" },
|
||||
{ value: "3.7/5", label: "Note Moyenne" },
|
||||
{ value: "23+", label: "Posts Partagés" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Prêt à Nous Contacter?"
|
||||
|
||||
Reference in New Issue
Block a user