From 75d548a766e3ace51c1cfa2f2135e2653bdc8904 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:07:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 154 ++++++++++++++--------------------------------- 1 file changed, 46 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be3139e..2cd4fb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ 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 FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Settings, Sun, Wrench } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import { Settings, Wrench, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -27,154 +27,92 @@ export default function LandingPage() { >
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1