diff --git a/src/app/page.tsx b/src/app/page.tsx index d971d0a..e761f5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { DollarSign, Facebook, Instagram, LifeBuoy, Star, Twitter } from "lucide-react"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import { Instagram, Twitter, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -20,327 +18,82 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="large" - background="fluid" + background="none" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);