diff --git a/src/app/page.tsx b/src/app/page.tsx index d01ca5f..064e122 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 ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Star, Zap } from "lucide-react"; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Award, Star, Zap, User, Scissors, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,10 @@ export default function LandingPage() {
-
-
- -
- -
-
-
); -} +} \ No newline at end of file