Update src/app/reviews/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user