From 9e453cb6126b102650b32f524d5e1959a2abbdd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:06:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++++++--------------------------------- 1 file changed, 43 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b09d4eb..c840b0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Globe, Lock, MapPin, MessageSquare, ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -30,14 +31,11 @@ export default function LandingPage() { ); -} \ No newline at end of file +} From 4fb3013f6c253ff41e69d3952637acfb018f54c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:06:15 +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 fd9ebfc..ca37ea6 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: #120006e6; - --primary-cta: #e63946; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);