Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 216817e394 | |||
| 17ac791d62 | |||
| bc121a1f27 | |||
| 6e68de3468 | |||
| 432769aef3 |
@@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, Heart, Smile, Shield, Gift } from 'lucide-react';
|
||||
import { Sparkles, Heart, Smile, Shield, Gift, Mail, Users, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f8fafc;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #0f172a;
|
||||
--primary-cta: #2563eb;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #fef3c7;
|
||||
--secondary-cta: #FFC700;
|
||||
--secondary-cta-text: #1f2937;
|
||||
--accent: #fbbf24;
|
||||
--background-accent: #dbeafe;
|
||||
--accent: #FFC700;
|
||||
--background-accent: #e8f2ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user