From 44714b20b6d5494b91f24d8475aafd976ea3b7a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:33:31 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 76 +++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 46 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b13248..0ecc413 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,11 +3,11 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; 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 FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; @@ -44,27 +44,19 @@ export default function MoroccanLandscapingPage() {
-
@@ -85,21 +77,17 @@ export default function MoroccanLandscapingPage() {
-
@@ -111,7 +99,7 @@ export default function MoroccanLandscapingPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="depth-3d" 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: "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,28 @@ export default function MoroccanLandscapingPage() {
-
-
@@ -199,4 +183,4 @@ export default function MoroccanLandscapingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 76fdf4aa94f73afdc0c0c2a52c626704e48c46f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:33:31 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e219f9..ed8858b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f9f4; - --card: #ffffff; - --foreground: #1a2e1a; - --primary-cta: #2d5a27; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #8b5cf6; + --background-accent: #0a7039; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1