From dbb04deb91dbc57cefe403a97e3ca726071169ec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:46:49 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4e69d..2d8a2b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { CheckCircle, Heart, Leaf, Shield } from 'lucide-react'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import { CheckCircle, Heart, Leaf, Shield, Sparkles, Zap, Target, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -41,7 +42,7 @@ export default function LandingPage() {
+
+ +
+
- @@ -238,4 +288,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From b9aff7c874e0bec3bb7fdbed26d419d8a71af76b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:46:49 +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 d45b6e6..33d3f4b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #d4af37; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #2a2a2a; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #d4af37; + --background-accent: #1f1f1f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1