diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ccf303..2ee4e69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Truck, ShieldCheck, Clock, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,228 +20,143 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="small" + contentWidth="medium" sizing="medium" - background="blurBottom" - cardStyle="outline" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="glass" - headingFontWeight="normal" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +}