diff --git a/src/app/page.tsx b/src/app/page.tsx index 19c5bc3..7ff415a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import { Eye, Lightbulb, Shield, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -103,30 +103,28 @@ export default function LandingPage() {