Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c760cf7e85 | |||
| d989363237 | |||
| 66941f0de5 |
@@ -203,22 +203,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-interior", name: "Restaurant Interior", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg", imageAlt: "Elegant interior of the restaurant"},
|
||||
id: "gallery-interior", name: "Restaurant Interior", price: "", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg", imageAlt: "Elegant interior of the restaurant"},
|
||||
{
|
||||
id: "gallery-fish-display", name: "Fresh Fish Display", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/raw-trout-ready-be-cooked_23-2150353386.jpg", imageAlt: "Display of fresh seafood on ice"},
|
||||
id: "gallery-fish-display", name: "Fresh Fish Display", price: "", imageSrc: "http://img.b2bpic.net/free-photo/raw-trout-ready-be-cooked_23-2150353386.jpg", imageAlt: "Display of fresh seafood on ice"},
|
||||
{
|
||||
id: "gallery-fried-dishes", name: "Fried Fish Dishes", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/view-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18159.jpg", imageAlt: "Delicious fried fish platter"},
|
||||
id: "gallery-fried-dishes", name: "Fried Fish Dishes", price: "", imageSrc: "http://img.b2bpic.net/free-photo/view-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18159.jpg", imageAlt: "Delicious fried fish platter"},
|
||||
{
|
||||
id: "gallery-platters", name: "Seafood Platters", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-with-mayonnaise-sauces_140725-3225.jpg", imageAlt: "Assortment of grilled seafood platters"},
|
||||
id: "gallery-platters", name: "Seafood Platters", price: "", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-with-mayonnaise-sauces_140725-3225.jpg", imageAlt: "Assortment of grilled seafood platters"},
|
||||
{
|
||||
id: "gallery-family", name: "Family Dining", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552629.jpg", imageAlt: "Family enjoying a meal together"},
|
||||
id: "gallery-family", name: "Family Dining", price: "", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552629.jpg", imageAlt: "Family enjoying a meal together"},
|
||||
{
|
||||
id: "gallery-team", name: "Our Kitchen Team", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chefs-working-together_23-2151232219.jpg", imageAlt: "Professional chefs in the kitchen"},
|
||||
id: "gallery-team", name: "Our Kitchen Team", price: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chefs-working-together_23-2151232219.jpg", imageAlt: "Professional chefs in the kitchen"},
|
||||
{
|
||||
id: "gallery-outdoor", name: "Outdoor View", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg", imageAlt: "Exterior view of the restaurant"},
|
||||
id: "gallery-outdoor", name: "Outdoor View", price: "", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg", imageAlt: "Exterior view of the restaurant"},
|
||||
]}
|
||||
title="Discover Our Ambiance & Delights"
|
||||
description="A visual journey through Ritaj Dar El Hout – from our inviting interiors to the vibrant dishes and the dedicated team behind the scenes. Click to enlarge photos."
|
||||
quantityControlsClassName="hidden"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user