4 Commits

Author SHA1 Message Date
9d5c38f8f4 Update theme colors 2026-03-20 04:51:11 +00:00
0d1175ce57 Update src/app/page.tsx 2026-03-20 04:49:39 +00:00
b6d8aa2c24 Update src/app/page.tsx 2026-03-20 04:49:10 +00:00
0c567ade8e Merge version_1 into main
Merge version_1 into main
2026-03-20 04:44:10 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart } from 'lucide-react';
import { Heart, Star } from 'lucide-react';
export default function LandingPage() {
return (

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);