diff --git a/src/app/page.tsx b/src/app/page.tsx index cbf0a31..339c89c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Sparkles, Heart, RefreshCw, Shield } from 'lucide-react'; +import { Sparkles, Heart, RefreshCw, Shield, BookOpen, Stethoscope, Mail } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( @@ -28,178 +27,100 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file