diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f488c3..ebdddf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Coffee, Sparkles, Heart, Mail } from "lucide-react"; @@ -98,7 +98,7 @@ export default function LandingPage() {
-