diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a9152d..29557bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; export default function LandingPage() { @@ -140,6 +141,19 @@ export default function LandingPage() { /> +