From 27ce4aaedcf2af6ff6852743a16f3d8b1ea42eee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 18:50:42 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 79deb0c..aeddc92 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,9 +42,9 @@ export default function ServicesPage() { title="Our Research Services" description="Comprehensive marine environmental assessment and data collection services." features={[ - { title: "Pollution Monitoring", description: "Advanced tracking of sewage and chemical discharge in coastal areas." }, - { title: "Ecosystem Impact Study", description: "Deep dive analysis into how maritime activities degrade reef structures." }, - { title: "Policy Consultation", description: "Expert guidance on implementing sustainable maritime policies." } + { title: "Pollution Monitoring", description: "Advanced tracking of sewage and chemical discharge in coastal areas.", videoSrc: "https://example.com/video1.mp4" }, + { title: "Ecosystem Impact Study", description: "Deep dive analysis into how maritime activities degrade reef structures.", videoSrc: "https://example.com/video2.mp4" }, + { title: "Policy Consultation", description: "Expert guidance on implementing sustainable maritime policies.", videoSrc: "https://example.com/video3.mp4" } ]} /> -- 2.49.1