From 6b4179afb7037dfd01c843bc9181e9ee7269f524 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:27:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfbd8de..84f7254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Bagel нь үнэхээр гайхалтай амттай, шинэхэн!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1", imageAlt: "cozy brunch restaurant setting", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@mike", testimonial: "Pancake нь халуун, чихэрлэг, зайрмагтай гоё зохицдог.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg?_wi=1", imageAlt: "cozy brunch restaurant setting", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@emily", testimonial: "Өглөөний хоол идэхэд хамгийн тохиромжтой газар.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg?_wi=1", imageAlt: "cozy brunch restaurant setting", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@john", testimonial: "Үйлчилгээ нь хурдан бөгөөд маш тааламжтай.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg?_wi=1", imageAlt: "cozy brunch restaurant setting", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@anna", testimonial: "Lemonade нь зуны халуунд яг тохирсон сэргэг ундаа.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg?_wi=1", imageAlt: "cozy brunch restaurant setting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", @@ -139,21 +139,21 @@ export default function LandingPage() { title: "Амтат Bagel", subtitle: "Шинэхэн", description: "Гар аргаар бэлтгэсэн зөөлөн, амтлаг bagel.", - imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg?_wi=2", }, { tag: "Sweet", title: "Pancake", subtitle: "Амтлаг", description: "Олон төрлийн жимс, карамельтай pancake.", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg?_wi=2", }, { tag: "Drinks", title: "Ундаа", subtitle: "Сэргэг", description: "Сэргэг lemonade, latte, coffee-ийн төгс хослол.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg?_wi=2", }, ]} title="Бидний онцлог" @@ -197,7 +197,7 @@ export default function LandingPage() { name: "Bagel", price: "₮12,000", variant: "Бүх төрлийн", - imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg?_wi=2", }, { id: "2", -- 2.49.1