diff --git a/src/app/page.tsx b/src/app/page.tsx index dc903c4..364783f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Flame, Shield, Star, Trophy, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -42,13 +42,11 @@ export default function LandingPage() {