From e60076a2f954121934a5624759818c8d0041fd9c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:45:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3304a21..84bde4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Flame } from "lucide-react"; +import { Flame, Star, Award, Users, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -125,15 +125,14 @@ export default function LandingPage() {
-
-
-
-- 2.49.1