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