Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 01:28:20 +00:00
parent fad42723c3
commit 5e1c2c69b9

View File

@@ -82,21 +82,21 @@ export default function GalleryPage() {
name: "Wedding Dress Hemming",
price: "Transform",
imageSrc:
"http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg",
"http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg?_wi=2",
},
{
id: "2",
name: "Suit Tailoring",
price: "Perfect Fit",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg",
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=5",
},
{
id: "3",
name: "Pants Hemming",
price: "Precision Length",
imageSrc:
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg",
"http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=4",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -125,7 +125,7 @@ export default function GalleryPage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg",
"http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=5",
},
{
id: "2",
@@ -138,7 +138,7 @@ export default function GalleryPage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg",
"http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=6",
},
{
id: "3",
@@ -151,7 +151,7 @@ export default function GalleryPage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg",
"http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=3",
},
]}
textboxLayout="default"