Update src/app/reviews/page.tsx

This commit is contained in:
2026-02-20 20:01:33 +00:00
parent 9ca1d06091
commit 0d665ad72d

View File

@@ -9,6 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import Link from "next/link";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about" },
{ name: "Reviews", id: "/reviews" },
@@ -106,7 +107,7 @@ export default function ReviewsPage() {
{ "name": "phone", "type": "tel", "placeholder": "Phone", "required": true }
]}
textarea={{ "name": "issue", "placeholder": "Describe the issue...", "rows": 4, "required": true }}
imageSrc="https://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageAlt="Professional plumber answering a phone call."
useInvertedBackground={false}
mediaAnimation="opacity"