diff --git a/src/app/page.tsx b/src/app/page.tsx index 287500b..3975db0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Briefcase, MessageCircle, Palette, User, Users } from "lucide-react"; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Users, Palette, MessageCircle, User, Briefcase } from "lucide-react"; export default function LandingPage() { return ( @@ -28,318 +24,62 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - +
);