Update src/app/amenities/page.tsx

This commit is contained in:
2026-03-04 18:34:14 +00:00
parent 746d64c89e
commit 4314552eec

View File

@@ -45,28 +45,28 @@ export default function AmenitiesPage() {
id: 1,
title: "Professional Reception Services",
description: "Our friendly receptionist team greets your clients, manages your incoming calls, and ensures every visitor feels welcomed and valued from the moment they arrive.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg?_wi=3",
imageAlt: "Professional reception services",
},
{
id: 2,
title: "Immaculate Common Areas",
description: "Professional cleaning staff maintains pristine hallways, restrooms, and break rooms. Your business environment always reflects excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg?_wi=3",
imageAlt: "Clean common areas",
},
{
id: 3,
title: "Ample Parking",
description: "Dedicated parking spaces for tenants and clients. Easy, stress-free access without the hassle of finding a spot or dealing with parking meters.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg?_wi=3",
imageAlt: "Ample on-site parking",
},
{
id: 4,
title: "Break Room & Kitchen",
description: "Fully equipped break room with refrigerator, microwave, and coffee station. Perfect for employee breaks or casual client meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=3",
imageAlt: "Break room amenities",
},
]}
@@ -86,21 +86,21 @@ export default function AmenitiesPage() {
id: 1,
title: "24/7 Building Access",
description: "Flexible access to your office space around the clock. Work on your schedule with secure keypad entry and monitoring systems.",
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-3156.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-3156.jpg?_wi=2",
imageAlt: "Secure building access",
},
{
id: 2,
title: "Mail & Package Services",
description: "Receive and manage mail and packages at our professional address. We log deliveries and notify you promptly.",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-smiling-businesswomen-shaking-hands-greeting-multiracial-group-meeting_1163-4650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-smiling-businesswomen-shaking-hands-greeting-multiracial-group-meeting_1163-4650.jpg?_wi=2",
imageAlt: "Mail services",
},
{
id: 3,
title: "Dedicated Parking Spaces",
description: "Select office packages include reserved, dedicated parking spots for maximum convenience and guaranteed availability.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=2",
imageAlt: "Dedicated parking",
},
]}