From a4c162874aeb916ccdbceddbe5781a35d85a32ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:06:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 +++++++++++++++++++---------------------------- 1 file changed, 72 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5175082..83ef7c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -export default function LandingPage() { +export default function PlumberLandingPage() { return (
-
-
-
-
-
-
- console.log(email)} />
); -} \ No newline at end of file +} -- 2.49.1