diff --git a/src/app/_components/mobile-menu/page.tsx b/src/app/_components/mobile-menu/page.tsx index 0526b39..f489d64 100644 --- a/src/app/_components/mobile-menu/page.tsx +++ b/src/app/_components/mobile-menu/page.tsx @@ -6,11 +6,11 @@ export default function MobileMenu({ clicked, setClicked }: propsType) { return (
setClicked(false)} >
diff --git a/src/app/_components/testimonials/page.tsx b/src/app/_components/testimonials/page.tsx index 1674dcb..f18f816 100644 --- a/src/app/_components/testimonials/page.tsx +++ b/src/app/_components/testimonials/page.tsx @@ -99,7 +99,7 @@ export default function Testimonials() { > {testimonials.map((testimonial, index) => (
-
+
^