From 1fe81692316b543d6c4e773f1d92a8f39d30525f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:58:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee5ff71..7f02bea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Award, Shield, Star } from "lucide-react"; @@ -130,16 +130,16 @@ export default function Page() {
-
@@ -168,4 +168,4 @@ export default function Page() { ); -} +} \ No newline at end of file -- 2.49.1 From 45c7311580abd31ca2099c5d3f4477cdd587031d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:58:34 +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 9045874..733cc66 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf7; - --card: #f4efe9; - --foreground: #1a1614; - --primary-cta: #8b7355; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #ecebea; --secondary-cta-text: #1a1614; - --accent: #d4af37; - --background-accent: #e6e0d8; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1