diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index dd073f7..8b18110 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -49,36 +49,22 @@ export default function AboutPage() {
tagAnimation="slide-up"
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/medical-team-examining-x-ray-report_107420-84796.jpg?_wi=1",
- imageAlt: "professional security team portrait",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medical-team-examining-x-ray-report_107420-84796.jpg", imageAlt: "professional security team portrait"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-manager-collecting-cv-resumes_482257-120981.jpg?_wi=1",
- imageAlt: "security team training session",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-manager-collecting-cv-resumes_482257-120981.jpg", imageAlt: "security team training session"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-barbed-wire-fence_23-2150368768.jpg",
- imageAlt: "professional security team uniform strong",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-barbed-wire-fence_23-2150368768.jpg", imageAlt: "professional security team uniform strong"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/security-guards-workspace_23-2150321662.jpg?_wi=2",
- imageAlt: "armed security professional guard",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/security-guards-workspace_23-2150321662.jpg", imageAlt: "armed security professional guard"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-1051.jpg",
- imageAlt: "modern corporate office building",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-1051.jpg", imageAlt: "modern corporate office building"},
]}
mediaAnimation="slide-up"
buttons={[
{
- text: "Get in Touch",
- href: "/contact",
- },
+ text: "Get in Touch", href: "/contact"},
{
- text: "Explore Our Services",
- href: "/services",
- },
+ text: "Explore Our Services", href: "/services"},
]}
buttonAnimation="slide-up"
/>
@@ -86,63 +72,36 @@ export default function AboutPage() {
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index c773883..3d23103 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -44,41 +44,27 @@ export default function GalleryPage() {
title="Tress-(M) Gallery"
description="Explore our team, projects, equipment, and successful security operations across Maharashtra. Witness the professionalism and dedication that sets Tress-(M) Security Force apart."
background={{ variant: "aurora" }}
- tag="Our Work & Team"
+ tag="Our Work {'&'} Team"
tagIcon={ImageIcon}
tagAnimation="slide-up"
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/medical-team-examining-x-ray-report_107420-84796.jpg?_wi=2",
- imageAlt: "professional security team portrait",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medical-team-examining-x-ray-report_107420-84796.jpg", imageAlt: "professional security team portrait"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-manager-collecting-cv-resumes_482257-120981.jpg?_wi=2",
- imageAlt: "security team training session",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-manager-collecting-cv-resumes_482257-120981.jpg", imageAlt: "security team training session"},
{
- imageSrc: "http://img.b2bpic.net/free-psd/international-labour-day-with-helmet-security-tools-social-media-post-template_47987-15600.jpg",
- imageAlt: "security equipment surveillance system",
- },
+ imageSrc: "http://img.b2bpic.net/free-psd/international-labour-day-with-helmet-security-tools-social-media-post-template_47987-15600.jpg", imageAlt: "security equipment surveillance system"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/sad-entrepreneur-packing-his-belongings-cardboard-box-while-leaving-office-after-losing-his-job_637285-6813.jpg",
- imageAlt: "completed project building site",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/sad-entrepreneur-packing-his-belongings-cardboard-box-while-leaving-office-after-losing-his-job_637285-6813.jpg", imageAlt: "completed project building site"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85125.jpg",
- imageAlt: "event security successfully managed",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85125.jpg", imageAlt: "event security successfully managed"},
]}
mediaAnimation="slide-up"
buttons={[
{
- text: "Request Our Services",
- href: "/services",
- },
+ text: "Request Our Services", href: "/services"},
{
- text: "Contact Us",
- href: "/contact",
- },
+ text: "Contact Us", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -88,61 +74,34 @@ export default function GalleryPage() {