Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-20 17:34:14 +00:00

View File

@@ -8,11 +8,11 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardTen from "@/components/sections/team/TeamCardTen";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, TreePine, Languages, CreditCard } from "lucide-react";
import { Leaf, TreePine, Languages } from "lucide-react";
export default function MoroccanLandscapingPage() {
return (
@@ -124,13 +124,14 @@ export default function MoroccanLandscapingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardSix
title="Join over 200+ satisfied clients across the Kingdom"
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[
{ id: "1", title: "Marrakech Hotel Group", quote: "Atlas Green turned our traditional courtyard into a modern masterpiece. Truly exceptional quality.", name: "Ahmed Idrissi", role: "Riad Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
{ id: "2", title: "Casa Villa Owners", quote: "احترافية عالية وتصاميم مذهلة تناسب الطبيعة المغربية. شكراً أطلس الأخضر.", name: "Sarah Bensaid", role: "Villa Owner", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
{ id: "1", name: "Ahmed Idrissi", handle: "Riad Owner", testimonial: "Atlas Green turned our traditional courtyard into a modern masterpiece. Truly exceptional quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
{ id: "2", name: "Sarah Bensaid", handle: "Villa Owner", testimonial: "احترافية عالية وتصاميم مذهلة تناسب الطبيعة المغربية. شكراً أطلس الأخضر.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
]}
/>
</div>