From 5a2613a6f5a52e3e7430155cf3d5e16600cc2634 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:31:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e3e3c1..d19d1dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,11 @@ export default function LandingPage() { @@ -98,10 +101,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", title: "ประทับใจมาก", quote: "ข้าวปั้นก้อนใหญ่มาก ไส้แน่น อิ่มมาก", name: "Sarah J.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg" }, - { id: "2", title: "MVP สุดๆ", quote: "ซุปหมูอร่อยแบบหยุดไม่ได้ ดีงามมาก", name: "Michael K.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg" }, - { id: "3", title: "วัตถุดิบดี", quote: "แซลมอนสดไม่คาวเลย ดีมากจริงๆ", name: "Emily R.", role: "Local Foodie", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg" }, - { id: "4", title: "ต้องซ้ำ", quote: "อิ่มคุ้มสมราคา แนะนำสั่งล่วงหน้า", name: "David L.", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg" } + { id: "1", title: "ประทับใจมาก", quote: "ข้าวปั้นก้อนใหญ่มาก ไส้แน่น อิ่มมาก", name: "Sarah J.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg", imageAlt: "authentic japanese restaurant ambiance" }, + { id: "2", title: "MVP สุดๆ", quote: "ซุปหมูอร่อยแบบหยุดไม่ได้ ดีงามมาก", name: "Michael K.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg", imageAlt: "authentic japanese restaurant ambiance" }, + { id: "3", title: "วัตถุดิบดี", quote: "แซลมอนสดไม่คาวเลย ดีมากจริงๆ", name: "Emily R.", role: "Local Foodie", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg", imageAlt: "authentic japanese restaurant ambiance" }, + { id: "4", title: "ต้องซ้ำ", quote: "อิ่มคุ้มสมราคา แนะนำสั่งล่วงหน้า", name: "David L.", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157795.jpg", imageAlt: "authentic japanese restaurant ambiance" } ]} /> @@ -126,7 +129,7 @@ export default function LandingPage() { title="ร้านเล็กๆ ที่มีความสุข" description="เราเริ่มต้นจากความตั้งใจที่จะมอบความอบอุ่นแบบร้านเล็กๆ ในโตเกียวให้กับลูกค้าทุกท่าน พร้อมด้วยสมาชิกพิเศษแมวประจำร้านที่พร้อมต้อนรับคุณ" imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-with-dogs-home_23-2149598068.jpg" - imageAlt="Cat in shop" + imageAlt="cute ginger cat in japanese shop" useInvertedBackground={false} /> @@ -142,6 +145,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "ระบุเมนูที่ต้องการจอง" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/person-layering-up-ingredients_23-2148259216.jpg" + imageAlt="fresh japanese onigiri split open" buttonText="ส่งคำสั่งซื้อ" /> -- 2.49.1