Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-19 20:04:32 +00:00
4 changed files with 11 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=2"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"

View File

@@ -100,7 +100,7 @@ export default function LandingPage() {
products={[
{
id: "driveways", brand: "Northwest Concrete", name: "Driveways & Aprons", price: "Custom Quote", rating: 5,
reviewCount: "120+", imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg"
reviewCount: "120+", imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1"
},
{
id: "garage-floors", brand: "Northwest Concrete", name: "Garage Floors & Shop Floors", price: "Custom Quote", rating: 5,
@@ -112,7 +112,7 @@ export default function LandingPage() {
},
{
id: "steps-walkways", brand: "Northwest Concrete", name: "Steps, Walkways & Entries", price: "Custom Quote", rating: 5,
reviewCount: "76+", imageSrc: "https://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg"
reviewCount: "76+", imageSrc: "https://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=1"
},
{
id: "foundations", brand: "Northwest Concrete", name: "Foundations & Slabs", price: "Custom Quote", rating: 5,
@@ -153,11 +153,11 @@ export default function LandingPage() {
},
{
id: "project-5", category: ["Apron", "Residential"],
title: "Driveway Apron & Approach Work", excerpt: "Professional approach installation with proper slope for drainage and clean finish details.", imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", authorName: "Northwest Team", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Customer Approved"
title: "Driveway Apron & Approach Work", excerpt: "Professional approach installation with proper slope for drainage and clean finish details.", imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2", authorName: "Northwest Team", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Customer Approved"
},
{
id: "project-6", category: ["Steps", "Residential"],
title: "Front Entry Steps with Curb Appeal", excerpt: "Safe, sharply finished concrete steps with integrated lighting preparation and protective sealant.", imageSrc: "https://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", authorName: "Northwest Team", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Five Star Rated"
title: "Front Entry Steps with Curb Appeal", excerpt: "Safe, sharply finished concrete steps with integrated lighting preparation and protective sealant.", imageSrc: "https://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=2", authorName: "Northwest Team", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Five Star Rated"
}
]}
/>
@@ -253,7 +253,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=1"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"

View File

@@ -96,7 +96,7 @@ export default function ProductPage({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=5"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"
@@ -174,7 +174,7 @@ export default function ProductPage({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=6"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"
@@ -276,7 +276,7 @@ export default function ProductPage({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=7"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"

View File

@@ -46,7 +46,7 @@ export default function ShopPage() {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=3"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"
@@ -123,7 +123,7 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg"
imageSrc="https://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg?_wi=4"
imageAlt="Premium concrete finish detail"
logoText="Northwest Concrete & Masonry"
copyrightText="© 2025 Northwest Concrete & Masonry | Licensed • Insured • Dependable"