diff --git a/src/app/page.tsx b/src/app/page.tsx index 80ba4c0..6103bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -23,194 +24,113 @@ export default function LandingPage() { cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="normal" + headingFontWeight="semibold" >
-
-
-
-
-
-