diff --git a/src/app/page.tsx b/src/app/page.tsx index 016af2e..386b967 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { BookOpen, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { @@ -23,23 +23,18 @@ export default function LandingPage() { contentWidth="smallMedium" sizing="mediumLarge" background="circleGradient" - cardStyle="glass-depth" - primaryButtonStyle="double-inset" - secondaryButtonStyle="layered" - headingFontWeight="light" + cardStyle="glass-elevated" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="medium" >
-
-
-
-