From c55d4b3424236dd0cd42efc9f4a803deaf063384 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:52:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 ++++++++++++++++------------------------------- 1 file changed, 69 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fadea0f..df8ecd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { ShieldCheck } from "lucide-react"; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,33 +31,25 @@ export default function LandingPage() {
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1