From 3ba93559c48f19255b51973a3ba6e3c9675942df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:26:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b21858..b80922e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Code, Database, Layout, Server } from "lucide-react"; export default function LandingPage() { @@ -33,8 +32,10 @@ export default function LandingPage() { -
- -
-
Date: Mon, 18 May 2026 15:26:16 +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 0ee1256..cbb85dd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f0eaf7; - --card: #ffffff; - --foreground: #3d2a71; - --primary-cta: #4a3b8d; + --background: #ffffff; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e0e0e0; --secondary-cta-text: #3d2a71; - --accent: #b39ddb; - --background-accent: #5e4b9e; + --accent: #cccccc; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);