diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f5d1f3..721b11d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import { ThumbsUp, Trash2, Truck } from "lucide-react"; export default function LandingPage() { @@ -20,209 +20,150 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="small" - sizing="largeSmall" + contentWidth="medium" + sizing="largeSizeMediumTitles" background="noise" - cardStyle="solid" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="solid" - headingFontWeight="bold" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="extrabold" >
-
-
-
-
-
-
-