From b7876d1630ba53591cb50489a9674d588aa0f55c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 09:04:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 148 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae36470..9db72d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,11 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Coffee, Leaf, Truck } from "lucide-react"; +import { Coffee, Leaf, Truck, MapPin, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -33,8 +33,8 @@ export default function LandingPage() { - - -
- -
- -
-
-
@@ -124,69 +78,37 @@ export default function LandingPage() { - - -
- -
- -
-
-- 2.49.1 From e0241c7371604cd5b3efab612a73de0b45d128bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 09:04:13 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..c90a8a8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #efe7dd; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #94877c; + --background-accent: #8b5a2b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1