From 9d2f9fe9f8cc1fe381bc48f8d2ee48ea20cd6221 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:14:45 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9153d56..6d0fed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Moon, Sparkles, Wind } from "lucide-react"; +import { Moon, Sparkles, Wind, User } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg", imageAlt: "Olivia Lallouz" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Olivia Lallouz" }, ]} - buttons={[{ text: "Book Your Consultation", href: "#contact" }]} + buttons={[{ text: "Book Your Consultation", href: "#contact" }] + } avatars={[ { src: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", alt: "Happy Client" }, { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", alt: "Happy Client" }, @@ -88,7 +89,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 5786d807a4f85ba0744f0ccf19e79df8687aa0a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:14:46 +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 1ebce78..ad146e8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #fcfaf7; + --card: #f5f3ef; + --foreground: #3d3a35; + --primary-cta: #7d756b; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e8e4de; --secondary-cta-text: #000f06e6; - --accent: #a8cce8; - --background-accent: #e8e6e1; + --accent: #d3cdc4; + --background-accent: #e8e4de; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1