Merge version_4 into main #7

Merged
bender merged 4 commits from version_4 into main 2026-04-20 12:09:38 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Local Business"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=1"
columns={[
{ title: "Pages", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Location", href: "/location" }] },
{ title: "Contact", items: [{ label: "Call Us", href: "tel:5550123" }] },

View File

@@ -23,7 +23,7 @@ export default function GalleryPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=2"
logoText="Local Business"
columns={[
{ title: "Pages", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Gallery", href: "/gallery" }, { label: "Location", href: "/location" }] },

View File

@@ -28,7 +28,7 @@ export default function LocationPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Local Business"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=3"
columns={[
{ title: "Pages", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Location", href: "/location" }] },
{ title: "Contact", items: [{ label: "Call Us", href: "tel:5550123" }] },

View File

@@ -38,7 +38,7 @@ export default function ServicesPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854844.jpg?_wi=4"
logoText="Local Business"
columns={[
{ title: "Pages", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Gallery", href: "/gallery" }, { label: "Location", href: "/location" }] },