diff --git a/src/app/page.tsx b/src/app/page.tsx index 903a0dc..45a5b4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import { Sparkles, Search, Award, Users, ArrowRight } from "lucide-react"; @@ -98,16 +98,21 @@ export default function WebAgency2Page() { ]} /> -