Update src/app/branches/page.tsx

This commit is contained in:
2026-06-11 01:00:22 +00:00
parent 0d208f223d
commit 73e5dd01f6

View File

@@ -60,6 +60,14 @@ export default function LandingPage() {
id: "branch-basra", title: "Basra - Riverside", subtitle: "Open 11 AM - 11 PM Daily", detail: "Contact: +964 7YY YYY YYYY", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg", imageAlt: "Fried Chicken Basra Branch"},
{
id: "branch-erbil", title: "Erbil - Citadel Area", subtitle: "Open 10 AM - 12 AM Daily", detail: "Contact: +964 7ZZ ZZZ ZZZZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg", imageAlt: "Fried Chicken Erbil Branch"},
{
id: "branch-palestine-baghdad", title: "فلسطين بغداد", subtitle: ارع3", detail: "الهاتف: 077 388 5500", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg", imageAlt: "Fried Chicken Palestine-Baghdad Branch"},
{
id: "branch-al-ahzamya", title: "الأعظمية", subtitle: "شارع الأسمعي", detail: "الهاتف: 0772 222 2857", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg", imageAlt: "Fried Chicken Al-Ahzamya Branch"},
{
id: "branch-14-ramadan", title: "شارع 14 رمضان", subtitle: "", detail: "الهاتف: 0780 177 7197", imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2078.jpg", imageAlt: "Fried Chicken 14 Ramadan Branch"},
{
id: "branch-baghdad-additional", title: "بغداد", subtitle: "", detail: "الهاتف: 0771 335 5553, أرقام إضافية: 0773 336 6656 ، 0771 666 2260", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg", imageAlt: "Fried Chicken Baghdad Additional Branch"}
]
},
]}
@@ -144,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}