Merge version_2 into main #7

Merged
bender merged 3 commits from version_2 into main 2026-05-22 18:23:49 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default function BrevardCountyPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
videoSrc="https://www.w3schools.com/howto/rain.mp4"
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=1"
logoText="Alonso Technical Service"
columns={[{ title: "Servicios", items: [{ label: "Brevard County", href: "/brevard-county" }, { label: "Volusia County", href: "/volusia-county" }] }, { title: "Empresa", items: [{ label: "Contacto", href: "/contact" }] }]}
/>

View File

@@ -54,7 +54,7 @@ export default function IndianRiverCountyPage() {
<div id="footer" data-section="footer">
<FooterMedia
videoSrc="https://www.w3schools.com/howto/rain.mp4"
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=3"
logoText="Alonso Technical Service"
columns={[
{

View File

@@ -47,7 +47,7 @@ export default function VolusiaCountyPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
videoSrc="https://www.w3schools.com/howto/rain.mp4"
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=2"
logoText="Alonso Technical Service"
columns={[{ title: "Servicios", items: [{ label: "Brevard County", href: "/brevard-county" }, { label: "Volusia County", href: "/volusia-county" }] }, { title: "Empresa", items: [{ label: "Contacto", href: "/contact" }] }]}
/>