diff --git a/src/app/page.tsx b/src/app/page.tsx index d8459ea..df9b232 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { Zap, Users, BarChart, Layout } from 'lucide-react'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -27,11 +27,11 @@ export default function LandingPage() { cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" - headingFontWeight="light" + headingFontWeight="semibold" >