Update src/app/locations/page.tsx

This commit is contained in:
2026-03-08 20:24:51 +00:00
parent 11f23ec9cb
commit 4c0b169eed

View File

@@ -44,7 +44,7 @@ export default function LocationsPage() {
<MediaAbout
title="Visit Loafology"
description="Experience Loafology at two premium locations in Islamabad. Both venues offer the same warm hospitality, fresh artisan baked goods, and exceptional specialty coffee. Whether you choose our Blue Area branch for convenient business lunches or our F-11 location for a relaxed café atmosphere, you'll find the perfect spot to enjoy artisan quality in a welcoming European-inspired setting."
imageSrc="http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-with-people-day_23-2149347182.jpg"
imageSrc="http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-with-people-day_23-2149347182.jpg?_wi=1"
imageAlt="Islamabad city Blue Area commercial district"
useInvertedBackground={false}
buttons={[
@@ -68,21 +68,21 @@ export default function LocationsPage() {
id: "1",
title: "Blue Area Branch",
tags: ["Commercial Hub", "Open Daily"],
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-with-people-day_23-2149347182.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-with-people-day_23-2149347182.jpg?_wi=2",
imageAlt: "Blue Area location storefront",
},
{
id: "2",
title: "F-11 Branch",
tags: ["Neighborhood Favorite", "Cozy Ambiance"],
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=1",
imageAlt: "F-11 branch café interior",
},
{
id: "3",
title: "Easy Reservations",
tags: ["Online Booking", "Call Ahead"],
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=2",
imageAlt: "Friendly reservation service",
},
]}