diff --git a/src/app/page.tsx b/src/app/page.tsx index 223080e..8e0404f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; +import FaqBase from "@/components/sections/faq/FaqBase"; import { Sparkles, Award, @@ -30,6 +31,9 @@ import { Linkedin, Instagram, Github, + Leaf, + BarChart3, + Headphones, } from "lucide-react"; export default function LandingPage() { @@ -48,40 +52,42 @@ export default function LandingPage() { >
@@ -89,182 +95,304 @@ export default function LandingPage() {
+
+ +
+
+
+ +
+
); -} +} \ No newline at end of file