From f08ec41838cb34e4edac4608c0e02072d0e755a0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:33:49 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" /> -- 2.49.1 From 2d308a6f02f38d80391064b6715fdf996ab0b2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:33:50 +0000 Subject: [PATCH 2/2] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.49.1