From 26c331007a05f6c10cf8b16e0c2d1c8379fc0b6f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:28:30 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 181378e..d396f28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import { Calendar, Home, Smile } from "lucide-react"; @@ -19,12 +20,12 @@ export default function LandingPage() { @@ -40,6 +41,8 @@ export default function LandingPage() { name: "Services", id: "services"}, { name: "Properties", id: "properties"}, + { + name: "Partners", id: "trustbar"}, { name: "Testimonials", id: "testimonials"}, { @@ -148,6 +151,20 @@ export default function LandingPage() { /> +
+ +
+
Date: Mon, 1 Jun 2026 12:28:31 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index d97fa01..0f9f89d 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-poppins), sans-serif; } From 8509c90e741e2516f04efa903c5f44652861e517 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:28:31 +0000 Subject: [PATCH 3/3] 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 32083d5..d2ffc19 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #f5f5f5; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #1c1c1c; + --primary-cta: #1f3251; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);