Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404302.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404302.jpg?_wi=1"
|
||||
imageAlt="Traditional Iraqi fine dining"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -131,11 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Whole Lamb Platter", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg"},
|
||||
id: "1", name: "Whole Lamb Platter", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Seafood Feast", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-appetizing-pilaf-with-rice-meat-dried-fruits_140725-74038.jpg"},
|
||||
id: "2", name: "Seafood Feast", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-appetizing-pilaf-with-rice-meat-dried-fruits_140725-74038.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Iraqi Mixed Grill", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-meat-dish-with-seasonings-dark_140725-52858.jpg"},
|
||||
id: "3", name: "Iraqi Mixed Grill", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-meat-dish-with-seasonings-dark_140725-52858.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Signature Biryani", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea-spices_23-2147791863.jpg"},
|
||||
{
|
||||
@@ -154,15 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ahmed Ali", date: "2024-05", title: "Regular Diner", quote: "The best Iraqi food in Baghdad, truly authentic.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404302.jpg", imageAlt: "middle eastern man portrait"},
|
||||
id: "1", name: "Ahmed Ali", date: "2024-05", title: "Regular Diner", quote: "The best Iraqi food in Baghdad, truly authentic.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404302.jpg?_wi=2", imageAlt: "middle eastern man portrait"},
|
||||
{
|
||||
id: "2", name: "Sarah Mansour", date: "2024-04", title: "Food Critic", quote: "Exceptional quality and service, the lamb is tender and delicious.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-halal-outdoors_23-2150701515.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-white-palm-landscape_23-2151601924.jpg", imageAlt: "middle eastern man portrait"},
|
||||
{
|
||||
id: "3", name: "Omar Kareem", date: "2024-06", title: "Local Guest", quote: "A true taste of home, Haji Hanees never disappoints.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg", imageAlt: "middle eastern man portrait"},
|
||||
id: "3", name: "Omar Kareem", date: "2024-06", title: "Local Guest", quote: "A true taste of home, Haji Hanees never disappoints.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg?_wi=2", imageAlt: "middle eastern man portrait"},
|
||||
{
|
||||
id: "4", name: "Layla Saeed", date: "2024-03", title: "Happy Family", quote: "Perfect atmosphere for family gatherings and celebrations.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-appetizing-pilaf-with-rice-meat-dried-fruits_140725-74038.jpg", imageAlt: "middle eastern man portrait"},
|
||||
id: "4", name: "Layla Saeed", date: "2024-03", title: "Happy Family", quote: "Perfect atmosphere for family gatherings and celebrations.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-appetizing-pilaf-with-rice-meat-dried-fruits_140725-74038.jpg?_wi=2", imageAlt: "middle eastern man portrait"},
|
||||
{
|
||||
id: "5", name: "Zaid Hassan", date: "2024-05", title: "Foodie", quote: "The Dolma is simply life-changing.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-greek-salad-with-fruit-juice-bread_140725-10814.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-meat-dish-with-seasonings-dark_140725-52858.jpg", imageAlt: "middle eastern man portrait"},
|
||||
id: "5", name: "Zaid Hassan", date: "2024-05", title: "Foodie", quote: "The Dolma is simply life-changing.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-greek-salad-with-fruit-juice-bread_140725-10814.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-meat-dish-with-seasonings-dark_140725-52858.jpg?_wi=2", imageAlt: "middle eastern man portrait"},
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Join our community of satisfied diners who treasure the authentic taste of Haji Hanees."
|
||||
|
||||
Reference in New Issue
Block a user