diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d891d2..9054756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; const navItems = [{ name: "Home", id: "/" }]; @@ -37,12 +36,12 @@ export default function Page() { tag="Serving Western Montana Since 2008" buttons={[{ text: "Call Dave Today", href: "tel:+14065429674" }, { text: "View Services", href: "#services" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "Professional plumbing repair services in Western Montana" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater maintenance service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/owner-holding-cat-turning-up-heat_23-2149339579.jpg", imageAlt: "Furnace and heating inspection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "Precision pipe repair work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg", imageAlt: "Local plumbing professional Dave Dill" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "Montana home plumbing services" } + { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "plumber at work residential interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "water heater repair technician" }, + { imageSrc: "http://img.b2bpic.net/free-photo/owner-holding-cat-turning-up-heat_23-2149339579.jpg", imageAlt: "heating system furnace repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "pipe repair leaky faucet" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045778.jpg", imageAlt: "friendly local business owner portrait" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", imageAlt: "plumber at work residential interior" } ]} /> @@ -66,7 +65,11 @@ export default function Page() {