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() { + +
+ +
+ +
+ +
+ + +
); } 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);