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