Update src/app/page.tsx

This commit is contained in:
2026-05-08 02:11:02 +00:00
parent bf4f2e7fd0
commit 4a0e4c2bff

View File

@@ -60,19 +60,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Ahmed", handle: "@sarah_ottawa", testimonial: "The best Afghan food in the city, hands down. The lamb was so tender!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg", imageAlt: "authentic afghan food platter"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg?_wi=1", imageAlt: "authentic afghan food platter"},
{
name: "Michael Chen", handle: "@michael_eats", testimonial: "Incredible hospitality and flavors. A true gem in Nepean.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-spices-wooden-spoon-with-black-seeds-rice-breads-tied-with-rope-wooden-board-black_140725-12068.jpg", imageAlt: "authentic afghan food platter"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-spices-wooden-spoon-with-black-seeds-rice-breads-tied-with-rope-wooden-board-black_140725-12068.jpg?_wi=1", imageAlt: "authentic afghan food platter"},
{
name: "Emily Watson", handle: "@emily_tastes", testimonial: "Everything was perfect. The naan was fresh and the kebabs were excellent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg", imageAlt: "authentic afghan food platter"},
imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg?_wi=1", imageAlt: "authentic afghan food platter"},
{
name: "David Smith", handle: "@dave_ottawa", testimonial: "Fantastic variety and very clean atmosphere. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg", imageAlt: "authentic afghan food platter"},
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=1", imageAlt: "authentic afghan food platter"},
{
name: "Linda Gomez", handle: "@linda_travels", testimonial: "Authentic, warm, and delicious. My new favorite local spot.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crisp-bread-white-plate-wooden-surface_181624-22236.jpg", imageAlt: "authentic afghan food platter"},
imageSrc: "http://img.b2bpic.net/free-photo/crisp-bread-white-plate-wooden-surface_181624-22236.jpg?_wi=1", imageAlt: "authentic afghan food platter"},
]}
buttons={[
{
@@ -82,7 +82,7 @@ export default function LandingPage() {
{
text: "Reserve a Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182554.jpg", alt: "Close up on appetizing ramadan meal"},
@@ -125,7 +125,7 @@ export default function LandingPage() {
{
title: "Family-Friendly Atmosphere", description: "Comfortable, welcoming space for all ages."},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-various-spices-wooden-spoon-with-black-seeds-rice-breads-tied-with-rope-wooden-board-black_140725-12068.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-various-spices-wooden-spoon-with-black-seeds-rice-breads-tied-with-rope-wooden-board-black_140725-12068.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -162,7 +162,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Vaziri Kabob", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg"},
id: "1", name: "Vaziri Kabob", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/doshama-pilaf-lamb-meat-rice-mixed-dry-fruits-onion-chestnuts-top-view_141793-1773.jpg?_wi=2"},
{
id: "2", name: "Kabuli Pulao", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg"},
{
@@ -188,7 +188,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Foodie", company: "Ottawa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg?_wi=2"},
{
id: "2", name: "Mark Chen", role: "Regular", company: "Ottawa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
@@ -213,7 +213,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Visual Taste of Mezbaan"
description="Take a peek inside our dining room and see the art behind every dish."
imageSrc="http://img.b2bpic.net/free-photo/crisp-bread-white-plate-wooden-surface_181624-22236.jpg"
imageSrc="http://img.b2bpic.net/free-photo/crisp-bread-white-plate-wooden-surface_181624-22236.jpg?_wi=2"
mediaAnimation="slide-up"
bulletPoints={[]}
/>