diff --git a/src/app/page.tsx b/src/app/page.tsx index 506b0a3..2e1547b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Activity, Award, Calendar, Droplet, Gauge, Heart, MapPin, Shield, User } from "lucide-react"; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Activity, Award, Calendar, CheckCircle, Droplet, Gauge, Heart, MapPin, Shield, User, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +30,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f06ba84..7b48f93 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfcfd; + --background: #f0fff4; --card: #ffffff; - --foreground: #0a1f33; - --primary-cta: #15479c; + --foreground: #064e3b; + --primary-cta: #059669; --primary-cta-text: #ffffff; - --secondary-cta: #f1f5f9; + --secondary-cta: #e0f2f1; --secondary-cta-text: #0a1f33; - --accent: #cbd5e1; - --background-accent: #e2e8f0; + --accent: #b2dfdb; + --background-accent: #80cbc4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);