diff --git a/src/app/page.tsx b/src/app/page.tsx index b785913..e760929 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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", 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", 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", date: "Five Star Rated" } ]} /> @@ -252,7 +252,7 @@ export default function LandingPage() {