diff --git a/src/app/page.tsx b/src/app/page.tsx index 159d324..8bf101c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import { Sparkles, Star, Target, CheckCircle2 } from "lucide-react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import TextAbout from '@/components/sections/about/TextAbout'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( @@ -20,433 +21,146 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="pill" - contentWidth="small" - sizing="largeSmallSizeLargeTitles" - background="grid" - cardStyle="gradient-radial" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="glass" - headingFontWeight="light" + contentWidth="medium" + sizing="largeSizeMediumTitles" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" + headingFontWeight="semibold" >
-
- -
- -
- +
+ +
-
-
-