From cc0328058a4c5e07e64e863fb897ca7f74fbaed1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:30:27 +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 d41b727..2873e03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@nguyenvana", testimonial: "Hải sản tươi ngon tuyệt vời!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=1", imageAlt: "luxury seafood restaurant fine dining", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@tranthib", testimonial: "Không gian sang trọng, phù hợp gia đình.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=1", imageAlt: "luxury private dining room restaurant", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@levanc", testimonial: "Dịch vụ đẳng cấp, rất đáng tiền.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg?_wi=1", imageAlt: "fresh seafood variety on ice", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@phamthid", testimonial: "Đồ ăn trình bày cực đẹp và ngon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg?_wi=1", imageAlt: "luxury restaurant lounge interior", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@hoangvane", testimonial: "Trải nghiệm ẩm thực đáng nhớ.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598371.jpg?_wi=1", imageAlt: "professional friendly server restaurant", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg" + imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg", @@ -175,7 +175,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=2" /> @@ -189,19 +189,19 @@ export default function LandingPage() { id: 1, title: "Hải sản tươi sống", description: "Nguyên liệu tuyển chọn, chế biến hợp khẩu vị.", - imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eel-fish-sushi-roll_74190-71.jpg?_wi=2", }, { id: 2, title: "Không gian sang trọng", description: "Phòng riêng ấm cúng, phù hợp cho mọi dịp lễ tiệc.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg?_wi=2", }, { id: 3, title: "Phục vụ tận tâm", description: "Nhân viên thân thiện, nhiệt tình và chuyên nghiệp.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598371.jpg?_wi=2", }, ]} title="Vì sao khách hàng yêu thích?" -- 2.49.1