Update src/app/gallery/page.tsx
This commit is contained in:
@@ -92,42 +92,42 @@ export default function GalleryPage() {
|
||||
id: "1",
|
||||
name: "Lawn Transformation",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=2",
|
||||
imageAlt: "Before and after lawn transformation",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Garden Renovation",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=2",
|
||||
imageAlt: "Before and after garden renovation",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Landscape Design",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=2",
|
||||
imageAlt: "Before and after landscape design",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tree Removal",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg?_wi=2",
|
||||
imageAlt: "Before and after tree removal",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hedge Trimming",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2",
|
||||
imageAlt: "Before and after hedge trimming",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Complete Makeover",
|
||||
price: "View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg?_wi=2",
|
||||
imageAlt: "Before and after complete garden makeover",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user