diff --git a/src/app/page.tsx b/src/app/page.tsx index f61215b..338c6bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Star, User, Smile } from "lucide-react"; export default function LandingPage() { @@ -81,28 +81,31 @@ export default function LandingPage() {
-
-