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() { - - -
- -
- -
-
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);