diff --git a/src/app/page.tsx b/src/app/page.tsx index 778bdbe..05f7d64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Shield } from "lucide-react"; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Zap, Target, Shield, Users, BarChart3 } from "lucide-react"; export default function LandingPage() { return ( @@ -26,213 +25,106 @@ export default function LandingPage() { cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="layered" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
);