diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e29b91..7040cff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Leaf, Palette, Smile, Sparkles } from "lucide-react"; export default function LandingPage() { @@ -118,19 +118,18 @@ export default function LandingPage() {
-