Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-04-28 02:11:13 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ export default function AboutPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg"
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg?_wi=2"
logoText="Pinnacle A Roofing"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }, { title: "Resources", items: [{ label: "Emergency Repair", href: "#" }, { label: "Maintenance", href: "#" }, { label: "Certifications", href: "#" }] }, { title: "Contact", items: [{ label: "3712 NW 71st St, Miami, FL", href: "#" }, { label: "(305) 672-7464", href: "tel:+13056727464" }] }]}
/>

View File

@@ -61,7 +61,7 @@ export default function ContactPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg"
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg?_wi=4"
logoText="Pinnacle A Roofing"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }, { title: "Resources", items: [{ label: "Emergency Repair", href: "#" }, { label: "Maintenance", href: "#" }, { label: "Certifications", href: "#" }] }, { title: "Contact", items: [{ label: "3712 NW 71st St, Miami, FL", href: "#" }, { label: "(305) 672-7464", href: "tel:+13056727464" }] }]}
/>

View File

@@ -89,7 +89,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg"
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg?_wi=1"
logoText="Pinnacle A Roofing"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }, { title: "Resources", items: [{ label: "Emergency Repair", href: "#" }, { label: "Maintenance", href: "#" }, { label: "Certifications", href: "#" }] }, { title: "Contact", items: [{ label: "3712 NW 71st St, Miami, FL", href: "#" }, { label: "(305) 672-7464", href: "tel:+13056727464" }] }]}
/>

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
useInvertedBackground={false}
title="Materials"
description="High end quality"
products={[{ id: "1", name: "Roof Tile", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg" }, { id: "2", name: "Metal Panels", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg" }, { id: "3", name: "Membrane", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg" }]}
products={[{ id: "1", name: "Roof Tile", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg?_wi=1" }, { id: "2", name: "Metal Panels", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg?_wi=2" }, { id: "3", name: "Membrane", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/metallic-structure_1127-2046.jpg?_wi=3" }]}
/>
</div>
<div id="metric" data-section="metric">
@@ -65,7 +65,7 @@ export default function ServicesPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg"
imageSrc="http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg?_wi=3"
logoText="Pinnacle A Roofing"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }, { title: "Resources", items: [{ label: "Emergency Repair", href: "#" }, { label: "Maintenance", href: "#" }, { label: "Certifications", href: "#" }] }, { title: "Contact", items: [{ label: "3712 NW 71st St, Miami, FL", href: "#" }, { label: "(305) 672-7464", href: "tel:+13056727464" }] }]}
/>