2 Commits

Author SHA1 Message Date
9d2880c9f0 Update src/app/styles/variables.css 2026-03-20 18:39:06 +00:00
108f6090b4 Update src/app/page.tsx 2026-03-20 18:39:06 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Award, Zap, Target, Heart, Eye, Users, BookOpen, Building, FileText, FileCheck, CheckCheck, Star, Mail } from 'lucide-react'; import { Award, Zap, Target, Heart, Eye, Users, BookOpen, Building, FileText, FileCheck, CheckCheck, Star, Mail, Phone, MapPin, Clock } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #ffffff;
--card: #ffffff; --card: #f0f4f9;
--foreground: #1b0c25; --foreground: #001d4d;
--primary-cta: #1b0c25; --primary-cta: #1a4d99;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #d4af37;
--secondary-cta-text: #1b0c25; --secondary-cta-text: #1b0c25;
--accent: #ff93e4; --accent: #d4af37;
--background-accent: #e8a8c3; --background-accent: #e8d4b0;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);