From 5636fa0bf743775085b178e26a90e030c1811776 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:47:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 ++++++++++------------------------------------- 1 file changed, 55 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2cb184..8baf61a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Building, Users } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Award, Building, Users, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,11 @@ export default function LandingPage() {
-
-
- console.log(email)} />
); -} +} \ No newline at end of file -- 2.49.1