Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
handle: "@ahmed_foodie",
|
||||
testimonial: "تجربة استثنائية بكل المقاييس.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant dining room interior",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@sara_gourmet",
|
||||
testimonial: "الطعام مثالي والخدمة تفوق التوقعات.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant dining room interior",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@fahad_chef",
|
||||
testimonial: "مكان رائع للاحتفالات الخاصة.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant dining room interior",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
handle: "@layla_luxe",
|
||||
testimonial: "أجواء فاخرة وخدمة راقية جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-steak_74190-106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-steak_74190-106.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant dining room interior",
|
||||
},
|
||||
{
|
||||
@@ -99,11 +99,11 @@ export default function LandingPage() {
|
||||
handle: "@khaled_dining",
|
||||
testimonial: "أفضل وجهة لعشاء رومانسي.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-candies-melted-chocolate-with-copy-space_23-2148357760.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-candies-melted-chocolate-with-copy-space_23-2148357760.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant dining room interior",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-eating-dessert-while-relaxing-cafe_637285-8901.jpg",
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
description="نؤمن أن الطعام لغة تجمع الأرواح، ولذا نختار أجود المكونات الطازجة ونطهوها بشغف."
|
||||
subdescription="منذ نشأتنا، نسعى لتقديم خدمة تليق بذائقتكم الرفيعة في أجواء هادئة وأنيقة."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,19 +175,19 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "شرائح اللحم المشوية",
|
||||
price: "٢٥٠ ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "طبق المأكولات البحرية",
|
||||
price: "٣٢٠ ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-steak_74190-106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-steak_74190-106.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "حلوى الشوكولاتة الفاخرة",
|
||||
price: "٨٥ ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-candies-melted-chocolate-with-copy-space_23-2148357760.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-candies-melted-chocolate-with-copy-space_23-2148357760.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user