From c5d99f9a9fc5d36765a6c2581208af53f45309d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 07:51:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 524 ++++++++--------------------------------------- 1 file changed, 81 insertions(+), 443 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f62d34..dbfd96e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import { Scissors, Sparkles, User, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,443 +25,85 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file