diff --git a/src/app/page.tsx b/src/app/page.tsx index cda22d1..c9aa1ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,132 +2,45 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import CardStack from '@/components/cardStack/CardStack'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- - {[ { name: "Austin Multifamily Complex", title: "Lead Framer" }, { name: "Dallas Commercial", title: "Lead Carpenter" } ].map((item, i) => ( -
- {item.name} -

{item.name}

-

{item.title}

+ - ))} - -
-
- -
- -
- -
- - +
+ +
);