diff --git a/src/app/page.tsx b/src/app/page.tsx index 801f0a6..2b3694c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import { Target, Zap, Heart, Mail, HandHeart } from 'lucide-react'; export default function LandingPage() { return ( @@ -39,58 +40,52 @@ export default function LandingPage() {
-
-
-
@@ -99,7 +94,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +}