From 61143da3811ab6ec95ca9589ce2e5c567b2bb9b3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:17:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 203 insertions(+), 75 deletions(-) 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