Update src/app/gallery/page.tsx
This commit is contained in:
@@ -56,28 +56,28 @@ export default function GalleryPage() {
|
||||
id: 1,
|
||||
title: "Traditional Seating",
|
||||
description: "Authentic oriental furniture and warm ambient lighting create an inviting space for conversation and relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-interior-design_23-2151050973.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-interior-design_23-2151050973.jpg?_wi=2",
|
||||
imageAlt: "Traditional interior design seating",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cool Comfort",
|
||||
description: "Air-conditioned lounge keeps you comfortable throughout the day and night, no matter the season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg?_wi=2",
|
||||
imageAlt: "Comfortable cafe interior",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Welcoming Ambiance",
|
||||
description: "Soft lighting and cozy corners make every visit special. A true neighborhood gathering place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2",
|
||||
imageAlt: "Friends enjoying cafe ambiance",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Group-Friendly Layout",
|
||||
description: "Spacious layout accommodates groups of any size. Perfect for celebrations, meetings, or casual hangouts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg?_wi=3",
|
||||
imageAlt: "Friends gathering in cafe",
|
||||
},
|
||||
]}
|
||||
@@ -98,28 +98,28 @@ export default function GalleryPage() {
|
||||
id: 1,
|
||||
title: "Traditional Coffee & Tea",
|
||||
description: "Authentic Turkish and Egyptian coffee, served the traditional way. Herbal teas and fresh mint tea available all day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg?_wi=4",
|
||||
imageAlt: "Traditional coffee service",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fresh Pastries & Waffles",
|
||||
description: "Homemade cakes, waffles with Nutella, and fresh pastries baked daily. Perfect with your favorite beverage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg?_wi=4",
|
||||
imageAlt: "Fresh pastries and coffee",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Authentic Street Food",
|
||||
description: "Burgers, local sandwiches, and traditional Egyptian street snacks. Quality ingredients, authentic flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg?_wi=3",
|
||||
imageAlt: "Street food experience",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Cold Beverages",
|
||||
description: "Fresh juices, iced coffee, soft drinks, lemonade, and iced tea. Refreshing options for every taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-playing-game-computers_23-2149350013.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-playing-game-computers_23-2149350013.jpg?_wi=2",
|
||||
imageAlt: "Cool drinks and refreshments",
|
||||
},
|
||||
]}
|
||||
@@ -167,7 +167,7 @@ export default function GalleryPage() {
|
||||
content: "Our ground floor is easily accessible. Please contact us if you have specific accessibility needs, and we'll do our best to accommodate.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg?_wi=4"
|
||||
imageAlt="Friends enjoying our cafe"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user