diff --git a/src/app/page.tsx b/src/app/page.tsx index ecdc5cd..7b5cb50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Cog, Gauge, Headphones, Settings, ShieldCheck, Users, Wrench } from "lucide-react"; +import { Calendar, DollarSign, MessageSquare, Users, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -28,244 +24,104 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- console.log('Contact form submitted:', data)} - /> -
- - +
);