diff --git a/src/app/page.tsx b/src/app/page.tsx index 228bdb7..14120d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, Clock, MessageCircle, DollarSign } from "lucide-react"; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { CheckCircle, Clock, MessageCircle, DollarSign, Zap, ShieldCheck, Wrench, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -17,124 +17,122 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="small" + contentWidth="medium" sizing="medium" background="floatingGradient" - cardStyle="inset" + cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);