5 Commits

Author SHA1 Message Date
95854e1837 Update src/app/page.tsx 2026-05-20 17:35:22 +00:00
987d4dcd7b Update src/app/page.tsx 2026-05-20 17:34:47 +00:00
5bb47e53f2 Update src/app/page.tsx 2026-05-20 17:34:07 +00:00
76fdf4aa94 Update src/app/styles/variables.css 2026-05-20 17:33:31 +00:00
44714b20b6 Update src/app/page.tsx 2026-05-20 17:33:31 +00:00
2 changed files with 43 additions and 57 deletions

View File

@@ -3,16 +3,16 @@
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne"; 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 FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple"; 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() { export default function MoroccanLandscapingPage() {
return ( return (
@@ -44,27 +44,19 @@ export default function MoroccanLandscapingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroBillboardRotatedCarousel
tag="Premium Landscaping in Morocco (تنسيق حدائق احترافي)" tag="Premium Landscaping in Morocco (تنسيق حدائق احترافي)"
tagIcon={Leaf} tagIcon={Leaf}
title="Designing Moroccan Oasis (تصميم واحات مغربية)" title="Designing Moroccan Oasis (تصميم واحات مغربية)"
description="Specializing in high-end residential landscaping, Riad courtyards, and sustainable irrigation solutions tailored for the Moroccan climate." description="Specializing in high-end residential landscaping, Riad courtyards, and sustainable irrigation solutions tailored for the Moroccan climate."
buttons={[ background={{ variant: "rotated-rays-animated" }}
{ text: "Get Consultation (طلب استشارة)", href: "#contact" }, carouselItems={[
{ text: "Our Expertise (خبراتنا)", href: "#services" }, { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-outside-way-path-foliage_1253-513.jpg" },
]} { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg?_wi=1" },
buttonAnimation="slide-up" { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg?_wi=1" },
imageSrc="http://img.b2bpic.net/free-photo/empty-outside-way-path-foliage_1253-513.jpg" { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg?_wi=1" },
imageAlt="Beautifully landscaped Moroccan Riad garden" { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg?_wi=1" },
showDimOverlay={true} { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg?_wi=1" }
textPosition="top"
testimonials={[
{
name: "Ahmed Idrissi", handle: "Riad Owner", testimonial: "Atlas Green turned our traditional courtyard into a modern masterpiece. Truly exceptional quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"},
{
name: "Sarah Bensaid", handle: "Villa Owner", testimonial: "احترافية عالية وتصاميم مذهلة تناسب الطبيعة المغربية. شكراً أطلس الأخضر.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
]} ]}
/> />
</div> </div>
@@ -78,28 +70,24 @@ export default function MoroccanLandscapingPage() {
description="Lead Project Consultant" description="Lead Project Consultant"
subdescription="Providing world-class landscape solutions across Casablanca, Marrakech, and Rabat since 2012." subdescription="Providing world-class landscape solutions across Casablanca, Marrakech, and Rabat since 2012."
icon={TreePine} icon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg" imageSrc="http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardNineteen <FeatureCardTwentySeven
tag="Professional Services" tag="Professional Services"
title="Comprehensive Landscaping Solutions" title="Comprehensive Landscaping Solutions"
description="From luxury villa gardens to commercial projects, we implement professional methods to ensure long-term health and aesthetics." description="From luxury villa gardens to commercial projects, we implement professional methods to ensure long-term health and aesthetics."
animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "1", title: "Architectural Design", descriptions: ["Expert 3D renderings and custom landscape plans for Moroccan estates."], imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg?_wi=2" },
tag: "Design", title: "Architectural Design", subtitle: "تصميم هندسي", description: "Expert 3D renderings and custom landscape plans for Moroccan estates.", imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg"}, { id: "2", title: "Smart Irrigation", descriptions: ["Water-saving, automated drip systems designed for arid environments."], imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg?_wi=2" },
{ { id: "3", title: "Full Maintenance", descriptions: ["Monthly professional grooming for all plants, turf, and hardscapes."], imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg?_wi=2" },
tag: "Irrigation", title: "Smart Irrigation", subtitle: "ري ذكي", description: "Water-saving, automated drip systems designed for arid environments.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg"},
{
tag: "Maintenance", title: "Full Maintenance", subtitle: "صيانة دورية", description: "Monthly professional grooming for all plants, turf, and hardscapes.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg"},
{
tag: "Payments", title: "Secure Digital Payments", subtitle: "دفع آمن", description: "We accept all major Moroccan credit cards (CMI) and bank transfers for transparent transactions.", imageSrc: "http://img.b2bpic.net/free-photo/paying-public-transport-by-card-public-transport-contactless-fare-payment_169016-67277.jpg"},
]} ]}
/> />
</div> </div>
@@ -111,7 +99,7 @@ export default function MoroccanLandscapingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="depth-3d"
members={[ members={[
{ id: "1", name: "Local Expertise", role: "Deep knowledge of native Moroccan flora.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-plant_23-2149098303.jpg" }, { id: "1", name: "Local Expertise", role: "Deep knowledge of native Moroccan flora.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-plant_23-2149098303.jpg" },
{ id: "2", name: "Transparent Billing", role: "Secure payment options for professional accountability.", imageSrc: "http://img.b2bpic.net/free-photo/project-manager-analyzing-e-commerce-information-files-looking-documents-computer-screen-male-employee-working-financial-analysis-with-statistics-charts-graphs_482257-40934.jpg" }, { id: "2", name: "Transparent Billing", role: "Secure payment options for professional accountability.", imageSrc: "http://img.b2bpic.net/free-photo/project-manager-analyzing-e-commerce-information-files-looking-documents-computer-screen-male-employee-working-financial-analysis-with-statistics-charts-graphs_482257-40934.jpg" },
@@ -121,32 +109,30 @@ export default function MoroccanLandscapingPage() {
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardOne <TeamCardTen
tag="Core Team" tag="Core Team"
title="Meet Our Experts" title="Meet Our Experts"
description="Engineers, botanists, and designers working for your garden." membersAnimation="blur-reveal"
textboxLayout="default" memberVariant="card"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[ members={[
{ id: "1", name: "Dr. Youssef El Amrani", role: "Lead Botanist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-scientist-standing-greenhouse-looking-camera_637285-1614.jpg" }, { id: "1", name: "Dr. Youssef El Amrani", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-scientist-standing-greenhouse-looking-camera_637285-1614.jpg" },
{ id: "2", name: "Laila Mansouri", role: "Senior Architect", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businesswoman-with-plan-level_23-2147702538.jpg" }, { id: "2", name: "Laila Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businesswoman-with-plan-level_23-2147702538.jpg" },
{ id: "3", name: "Omar Kettani", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg" }, { id: "3", name: "Omar Kettani", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg" },
]} ]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardSix
cardTag="Trusted Partners" title="Join over 200+ satisfied clients across the Kingdom"
cardTagIcon={CreditCard} description="Our clients value our commitment to aesthetic beauty and Moroccan landscape heritage."
cardTitle="Join over 200+ satisfied clients across the Kingdom" textboxLayout="default"
cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[ testimonials={[
{ id: "1", name: "Marrakech Hotel Group", imageSrc: "http://img.b2bpic.net/free-photo/sunbeds-grass-summer_116348-81.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: "Casa Villa Owners", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302602.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> </div>
@@ -181,7 +167,7 @@ export default function MoroccanLandscapingPage() {
]} ]}
multiSelect={{ name: "service", label: "Select Service", options: ["Residential Design", "Commercial Maintenance", "Smart Irrigation"] }} multiSelect={{ name: "service", label: "Select Service", options: ["Residential Design", "Commercial Maintenance", "Smart Irrigation"] }}
textarea={{ name: "message", placeholder: "Tell us about your requirements...", required: true }} textarea={{ name: "message", placeholder: "Tell us about your requirements...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg" imageSrc="http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg?_wi=2"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f9f4; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #1a2e1a; --foreground: #ffffff;
--primary-cta: #2d5a27; --primary-cta: #0a7039;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2d5a27; --secondary-cta-text: #2d5a27;
--accent: #4a8c3f; --accent: #8b5cf6;
--background-accent: #6fb85e; --background-accent: #0a7039;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);