From c2360602517f012793ed3116345b71083175a83b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:46:22 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85acea2..fffb848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,11 @@ "use client"; -// Missing section from registry: Hero Section -// Missing section from registry: Differential Features -// Missing section from registry: Our Services -// Missing section from registry: Client Testimonials -// Missing section from registry: About Julia -// Missing section from registry: Location & Contact -// Missing section from registry: Site Footer - import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Sparkles, Heart, Award } from 'lucide-react'; import { Libre_Baskerville } from "next/font/google"; import { Inter } from "next/font/google"; @@ -27,13 +23,13 @@ export default function LandingPage() { + +
+ +
+ +
+ +
+ + +
); } From fcc4845aafcce0866a67dd038087da4342173791 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:46:23 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 02ede0d..3a5c203 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: #FBFBFB; - --foreground: #0B0B0B; - --primary-cta: #C6A76A; - --primary-cta-text: #FFFFFF; - --secondary-cta: #0B0B0B; - --secondary-cta-text: #FFFFFF; - --accent: #C6A76A; - --background-accent: #FDF5ED; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);