Update src/app/services/page.tsx

This commit is contained in:
2026-04-06 20:40:39 +00:00
parent ec49f2391c
commit 1bbf0f035c

View File

@@ -51,7 +51,7 @@ export default function ServicesPage() {
{ icon: Zap, text: "Prototyping" },
],
reverse: false,
media: { imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg", imageAlt: "UI/UX Services" },
media: { imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg?_wi=2", imageAlt: "UI/UX Services" },
},
{
title: "Brand Strategy", description: "Developing cohesive brand identities that resonate.", items: [
@@ -60,7 +60,7 @@ export default function ServicesPage() {
{ icon: Layers, text: "Brand Systems" },
],
reverse: true,
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg", imageAlt: "Branding Services" },
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=2", imageAlt: "Branding Services" },
},
{
title: "Visual Design", description: "High-quality visual content for all mediums.", items: [
@@ -69,7 +69,7 @@ export default function ServicesPage() {
{ icon: Layers, text: "Marketing Assets" },
],
reverse: false,
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg", imageAlt: "Graphic Services" },
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=2", imageAlt: "Graphic Services" },
},
]}
title="How I can help"
@@ -88,15 +88,15 @@ export default function ServicesPage() {
{
title: "Discovery", description: "Understanding your business goals.", icon: Search,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg?_wi=2" },
],
},
{
title: "Execution", description: "Turning ideas into pixel-perfect reality.", icon: PenTool,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=3" },
],
},
]}