diff --git a/src/app/page.tsx b/src/app/page.tsx index 499af45..86b0bc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -19,236 +20,100 @@ export default function LandingPage() { contentWidth="compact" sizing="largeSmallSizeMediumTitles" background="blurBottom" - cardStyle="glass-depth" + cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);