diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eb62ea1..e72b117 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,6 +63,7 @@ export default function ContactPage() { inputPlaceholder="Your Email" buttonText="Send Message" onSubmit={handleSubmit} + useInvertedBackground={false} ariaLabel="Contact Us section" /> diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 270cf55..a82edd1 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -2,6 +2,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import Link from 'next/link'; import { Star } from "lucide-react"; export default function TestimonialsPage() {