From 5c06a43d3c199d9ec74ade7939291277d6f95fbe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:46:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++++------------------------------------- 1 file changed, 65 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95ff171..4ceab2a 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Building2, Calendar } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Award, Building2, Calendar, HardHat, ShieldCheck, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -26,291 +25,112 @@ export default function LandingPage() { cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" - headingFontWeight="light" + headingFontWeight="semibold" >
-
-
-
-
-
- -
- -
-
-
); -} +} \ No newline at end of file -- 2.49.1