Update src/app/safety/page.tsx

This commit is contained in:
2026-03-03 16:50:00 +00:00
parent ca818bcb0a
commit c8de6c4d6f

View File

@@ -86,7 +86,7 @@ export default function SafetyPage() {
tag="Your Protection"
tagIcon={Shield}
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/digital-safety-panel-with-emergency-numb-1772556384487-cc215705.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/digital-safety-panel-with-emergency-numb-1772556384487-cc215705.png?_wi=1"
imageAlt="Safety emergency panel"
mediaAnimation="opacity"
buttons={[
@@ -112,21 +112,21 @@ export default function SafetyPage() {
id: "1",
title: "One-Tap Emergency SOS",
tags: ["Police", "Ambulance", "Emergency"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/digital-safety-panel-with-emergency-numb-1772556384487-cc215705.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/digital-safety-panel-with-emergency-numb-1772556384487-cc215705.png?_wi=2",
imageAlt: "Emergency panel",
},
{
id: "2",
title: "Live Location Sharing",
tags: ["Real-time", "Trusted Contacts"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/an-interactive-uzbekistan-map-with-ai-po-1772556385847-8af2c947.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/an-interactive-uzbekistan-map-with-ai-po-1772556385847-8af2c947.png?_wi=3",
imageAlt: "Location sharing interface",
},
{
id: "3",
title: "AI-Powered Safety Instructions",
tags: ["Cultural Tips", "Local Guidance"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/a-friendly-modern-uzbek-boy-character-we-1772556385698-e0249ac4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARXL5SBhiCxDGDfEC0NjNgEEsI/a-friendly-modern-uzbek-boy-character-we-1772556385698-e0249ac4.png?_wi=3",
imageAlt: "AI assistant guidance",
},
]}