From 7290f7bf2ae30a44b82ed4c959e7f25f99e30a60 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 1 Sep 2025 17:21:41 +0200 Subject: [PATCH] change --- src/app/contact/page.jsx | 2 ++ src/components/Itinerary.jsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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() {
+