Update src/app/gallery/page.tsx

This commit is contained in:
2026-02-19 19:05:35 +00:00
parent 4b32bb30c3
commit 4d40513aa0

View File

@@ -46,7 +46,7 @@ export default function GalleryPage() {
name: "Complete Driveway Replacement",
price: "Residential",
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 driveway replacement project"
},
{
@@ -54,7 +54,7 @@ export default function GalleryPage() {
name: "Custom Stamped Patio",
price: "Backyard",
variant: "Decorative Pattern & Sealing",
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: "Custom stamped concrete patio"
},
{
@@ -62,7 +62,7 @@ export default function GalleryPage() {
name: "Garage Floor Coating",
price: "Commercial",
variant: "Epoxy Finish & Sealing",
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 coating"
},
{
@@ -70,7 +70,7 @@ export default function GalleryPage() {
name: "Entry Steps & Landing",
price: "Front Entrance",
variant: "Safety Rails & Non-Slip Finish",
imageSrc: "https://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107121.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107121.jpg?_wi=1",
imageAlt: "Concrete entry steps and landing"
},
{
@@ -78,7 +78,7 @@ export default function GalleryPage() {
name: "Walkway Installation",
price: "Side Yard",
variant: "Curved Design & Edging",
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=3",
imageAlt: "Custom concrete walkway"
},
{
@@ -86,7 +86,7 @@ export default function GalleryPage() {
name: "Driveway Apron Repair",
price: "Street Connection",
variant: "Seamless Blend & Match",
imageSrc: "https://img.b2bpic.net/free-photo/promenade-near-sea_1112-620.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/promenade-near-sea_1112-620.jpg?_wi=2",
imageAlt: "Driveway apron repair project"
}
]}
@@ -121,7 +121,7 @@ export default function GalleryPage() {
name: "Pool Deck Installation",
price: "Backyard Luxury",
variant: "Non-Slip Surface & Drainage",
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=3",
imageAlt: "Pool deck concrete installation"
},
{
@@ -129,7 +129,7 @@ export default function GalleryPage() {
name: "Commercial Parking Area",
price: "Business Property",
variant: "Heavy-Duty & Line Marking",
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=3",
imageAlt: "Commercial concrete parking area"
}
]}