1 Commits

Author SHA1 Message Date
44b26dd043 Merge version_2 into main
Merge version_2 into main
2025-12-26 14:49:10 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fafafa; --background: #1a1a1a;
--card: #f4f4f5; --card: #2a2a2a;
--foreground: #27272a; --foreground: #ffffff;
--primary-cta: #3f3f46; --primary-cta: #ff3d4a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--accent: #facc15; --accent: #7b2d2d;
--background-accent: #eab308; --background-accent: #b8111f;
/* 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);

View File

@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react"; import { Award, Calendar, Heart, Sparkles, Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (