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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f8fafc;
|
--card: #f9f9f9;
|
||||||
--foreground: #0f172a;
|
--foreground: #0f172a;
|
||||||
--primary-cta: #2563eb;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #fef3c7;
|
--secondary-cta: #FFC700;
|
||||||
--secondary-cta-text: #1f2937;
|
--secondary-cta-text: #1f2937;
|
||||||
--accent: #fbbf24;
|
--accent: #FFC700;
|
||||||
--background-accent: #dbeafe;
|
--background-accent: #e8f2ff;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user