Update src/app/services/page.tsx

This commit is contained in:
2026-03-15 12:07:48 +00:00
parent c561209e6f
commit e278fcf31f

View File

@@ -92,7 +92,7 @@ export default function ServicesPage() {
name: "Professional Photographer",
price: "$75/hour",
variant: "Events & Portraits",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-leather-jacket-checking-her-photo-history-camera_114579-27308.jpg?_wi=2",
imageAlt: "professional photographer taking photos client",
},
{
@@ -100,7 +100,7 @@ export default function ServicesPage() {
name: "Event Chef",
price: "$85/hour",
variant: "Multi-cuisine",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=2",
imageAlt: "professional chef cooking food kitchen",
},
{
@@ -108,7 +108,7 @@ export default function ServicesPage() {
name: "Party Decorator",
price: "$60/hour",
variant: "Theme Design",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorating-table-from-many-colored-flowers_8353-9286.jpg?_wi=2",
imageAlt: "professional decorator arranging flowers event",
},
{
@@ -116,7 +116,7 @@ export default function ServicesPage() {
name: "DJ & Sound Engineer",
price: "$100/hour",
variant: "Professional Equipment",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-taking-care-music-entertainment-party_23-2149658403.jpg?_wi=2",
imageAlt: "professional DJ at turntables event",
},
]}