diff --git a/src/app/page.tsx b/src/app/page.tsx index a802c1c..b6c1fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,190 +2,160 @@ 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 FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Users, HardHat, Building2, CheckCircle2 } from "lucide-react"; -export default function LandingPage() { +export default function ConstructionPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +}