diff --git a/src/app/contact/page.jsx b/src/app/contact/page.jsx index 018d0bd..c0adacd 100644 --- a/src/app/contact/page.jsx +++ b/src/app/contact/page.jsx @@ -1,6 +1,7 @@ import { ContactHero } from "@/components/ContactHero" import { Header } from "@/components/Header" import { Footer } from "@/components/Footer" +import { Testimonials } from "@/components/Testimonials" export default function Contact() { return ( @@ -8,6 +9,7 @@ export default function Contact() {
+