From 4e0b42074764e2f00259f4a138b62c8957150a31 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:24:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4884c9..fb0023a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { imageAlt="مأكولات منزلية" mediaAnimation="slide-up" avatars={[ - { src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-desk-dinner-cooking-meal-potato-dish_140725-102122.jpg" }, - { src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102121.jpg" }, - { src: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893452.jpg" }, - { src: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg" }, - { src: "http://img.b2bpic.net/free-photo/top-view-fresh-peaches-bowl-with-persimmons-bucket-with-peanuts-wooden-bowl-white-wooden-background_141793-84376.jpg" }, + { src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-desk-dinner-cooking-meal-potato-dish_140725-102122.jpg", alt: "وجبة بطاطس" }, + { src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-delicious-dish-with-greens-seasonings-dark-surface-dinner-cooking-meal-potato-dish_140725-102121.jpg", alt: "وجبة أخرى" }, + { src: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893452.jpg", alt: "وليمة" }, + { src: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139471.jpg", alt: "طاولة طعام" }, + { src: "http://img.b2bpic.net/free-photo/top-view-fresh-peaches-bowl-with-persimmons-bucket-with-peanuts-wooden-bowl-white-wooden-background_141793-84376.jpg", alt: "فواكه" }, ]} avatarText="ينصح به من قبل عملائنا المميزين" marqueeItems={[ -- 2.49.1