From 4d9d04e7172bd2106b5088e3988de6163820fb42 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 11:31:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be277a4..7480337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,19 +56,19 @@ export default function LandingPage() { testimonials={[ { name: "สมจิตต์", handle: "โอฟฟิศเสร็จเลย", testimonial: "อร่อยจัด! เตี๋ยวหม่อม หมักไก่ดี สักที่เดียวมาหลายปีแล้ว", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg", imageAlt: "สมจิตต์" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg?_wi=1", imageAlt: "สมจิตต์" }, { name: "ชิตร์", handle: "พนักงานสำนัก", testimonial: "อาหารอร่อย ราคาถูก เตี๋ยวหม่อมชื่นใจ ที่นี่คือโปรดของฉัน", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/surprised-happy-blonde-woman-shirt-looking-camera_171337-2717.jpg", imageAlt: "ชิตร์" + imageSrc: "http://img.b2bpic.net/free-photo/surprised-happy-blonde-woman-shirt-looking-camera_171337-2717.jpg?_wi=1", imageAlt: "ชิตร์" }, { name: "วิทยา", handle: "นักเรียน", testimonial: "หลังเรียนมาคุยเรื่องดี ทำเนียบของเรา เตี๋ยวไก่ที่ดีที่สุด", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageAlt: "วิทยา" + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=1", imageAlt: "วิทยา" }, { name: "จรัญ", handle: "ลูกค้าเก่า", testimonial: "กินมาตั้ง 10 ปีขึ้นไป ยังอร่อยอยู่ เจ๊ปูเก่งมาก", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg", imageAlt: "จรัญ" + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg?_wi=1", imageAlt: "จรัญ" } ]} testimonialRotationInterval={5000} @@ -147,19 +147,19 @@ export default function LandingPage() { testimonials={[ { id: "t-1", name: "สมจิตต์", role: "พนักงานสำนัก", company: "บริษัท IT", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg", imageAlt: "สมจิตต์" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg?_wi=2", imageAlt: "สมจิตต์" }, { id: "t-2", name: "ชิตร์", role: "นักธุรกิจ", company: "ผู้ประกอบการ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/surprised-happy-blonde-woman-shirt-looking-camera_171337-2717.jpg", imageAlt: "ชิตร์" + imageSrc: "http://img.b2bpic.net/free-photo/surprised-happy-blonde-woman-shirt-looking-camera_171337-2717.jpg?_wi=2", imageAlt: "ชิตร์" }, { id: "t-3", name: "วิทยา", role: "นักเรียน", company: "โรงเรียน", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageAlt: "วิทยา" + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=2", imageAlt: "วิทยา" }, { id: "t-4", name: "จรัญ", role: "ลูกค้าเก่า", company: "ชุมชนท้องถิ่น", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg", imageAlt: "จรัญ" + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg?_wi=2", imageAlt: "จรัญ" } ]} kpiItems={[ -- 2.49.1