Update src/app/gallery/page.tsx

This commit is contained in:
2026-02-19 18:51:52 +00:00
parent 317f378716
commit 79c1ff18d2

View File

@@ -49,7 +49,7 @@ export default function GalleryPage() {
name: "Complete Driveway Replacement",
price: "Featured",
variant: "Removal, Base Prep & Pour",
imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2",
imageAlt: "Finished concrete driveway with clean edges"
},
{
@@ -57,7 +57,7 @@ export default function GalleryPage() {
name: "Custom Stamped Patio",
price: "Featured",
variant: "Designer Pattern & Finish",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2",
imageAlt: "Elegant stamped concrete patio design"
},
{
@@ -65,7 +65,7 @@ export default function GalleryPage() {
name: "Commercial Garage Floor",
price: "Featured",
variant: "Epoxy Coating System",
imageSrc: "https://img.b2bpic.net/free-photo/empty-garage-with-parking-lots-with-concrete-ceiling-flooring-pillars-marked-with-numbers_342744-1241.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/empty-garage-with-parking-lots-with-concrete-ceiling-flooring-pillars-marked-with-numbers_342744-1241.jpg?_wi=2",
imageAlt: "Professional garage floor with epoxy finish"
},
{
@@ -117,7 +117,7 @@ export default function GalleryPage() {
handle: "Recent Client",
testimonial: "The before and after photos don't do justice to how much this transformed our home's appearance. Professional from start to finish.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2",
imageAlt: "Jennifer Walsh"
},
{
@@ -126,7 +126,7 @@ export default function GalleryPage() {
handle: "Repeat Customer",
testimonial: "Second project with Lynn's team. Same excellent results - on time, on budget, and incredibly clean workmanship.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
imageAlt: "Robert Martinez"
}
]}