diff --git a/src/app/page.tsx b/src/app/page.tsx index 08cb64c..8ceafb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Scissors, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { @@ -28,346 +28,117 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file