5 Commits

Author SHA1 Message Date
374a247531 Update src/app/page.tsx 2025-12-26 15:00:23 +00:00
9d7daa36d3 Update src/app/globals.css 2025-12-26 15:00:22 +00:00
63892006cc Update src/app/page.tsx 2025-12-26 14:53:15 +00:00
b87232bf99 Update src/app/page.tsx 2025-12-26 14:51:24 +00:00
f0d314b4f0 Update src/app/layout.tsx 2025-12-26 14:51:23 +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: #1a1a1a; --background: #fafafa;
--card: #2a2a2a; --card: #f4f4f5;
--foreground: #ffffff; --foreground: #27272a;
--primary-cta: #ff3d4a; --primary-cta: #3f3f46;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--accent: #7b2d2d; --accent: #facc15;
--background-accent: #b8111f; --background-accent: #eab308;
/* 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 } from "lucide-react"; import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (