diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea8539..c6ef749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,7 @@ export default function HomePage() { description="Before and after examples from recent work across Hot Springs and surrounding areas." testimonials={[ { - id: "project-1", name: "Residential Driveway - Hot Springs", handle: "Completed", testimonial: "Professional driveway installation with expert finishing. Beautiful results that enhance curb appeal and durability for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg", imageAlt: "Driveway replacement before and after"}, + id: "project-1", name: "Residential Driveway - Hot Springs", handle: "Completed", testimonial: "Professional driveway installation with expert finishing. Beautiful results that enhance curb appeal and durability for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg?_wi=1", imageAlt: "Driveway replacement before and after"}, { id: "project-2", name: "Stamped Concrete Patio - Lake Hamilton", handle: "Completed", testimonial: "Custom stamped concrete patio with decorative patterns. Beautiful outdoor living space perfect for entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/workers-putting-metal-structure-construction_1122-981.jpg?_wi=1", imageAlt: "Stamped concrete patio"}, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9e908a7..71f8e9f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -101,7 +101,7 @@ export default function ServicesPage() { { id: "patios-service", name: "Patio Construction", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg?_wi=2", imageAlt: "Patio construction"}, { - id: "sidewalks-service", name: "Sidewalk Installation", price: "Starting from $600", imageSrc: "http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg", imageAlt: "Sidewalk installation"}, + id: "sidewalks-service", name: "Sidewalk Installation", price: "Starting from $600", imageSrc: "http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg?_wi=2", imageAlt: "Sidewalk installation"}, { id: "foundations-service", name: "Concrete Foundations", price: "Starting from $2,000", imageSrc: "http://img.b2bpic.net/free-photo/workers-putting-metal-structure-construction_1122-981.jpg?_wi=3", imageAlt: "Concrete foundation work"}, {