From 48fd192a24f8cd31bb003486380efe2fb7f0b7ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:44:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++--------------------------------------- 1 file changed, 34 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb44c10..6a2990e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,92 +28,31 @@ export default function LandingPage() {
@@ -122,16 +61,10 @@ export default function LandingPage() { @@ -139,29 +72,19 @@ export default function LandingPage() { @@ -170,97 +93,33 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + title="จากปากต่อปากของลูกค้า" + description="รีวิวความประทับใจจากลูกค้าที่มาเยือนเชียงราย" testimonials={[ { - id: "1", - name: "สมชาย ใจดี", - handle: "@somchai", - testimonial: "อาหารอร่อยมาก โดยเฉพาะปลาทอดกรอบ", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", - }, + id: "1", name: "คุณนรินทร์", handle: "@narin_cnx", testimonial: "อาหารรสชาติถึงเครื่องมากครับ ชอบแกงฮังเลที่สุด", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=150&auto=format&fit=crop"}, { - id: "2", - name: "สมหญิง รักดี", - handle: "@somying", - testimonial: "บรรยากาศดีเหมือนกินข้าวที่บ้านเลยค่ะ", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149655608.jpg", - }, - { - id: "3", - name: "วิชัย มั่นคง", - handle: "@wichai", - testimonial: "บริการดี อาหารออกเร็ว รสชาติเข้มข้น", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinking-tea-studio_1157-18349.jpg", - }, - { - id: "4", - name: "สุดารัตน์ ใจงาม", - handle: "@suda", - testimonial: "ราคาเหมาะสม ปริมาณเยอะมากค่ะ", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-food-home_23-2150176893.jpg", - }, - { - id: "5", - name: "ธนพล พละดี", - handle: "@thanapol", - testimonial: "เมนูหลากหลาย แนะนำทุกคนมาลองครับ", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-showing-heart-gesture_141793-89043.jpg", - }, + id: "2", name: "คุณมาลี", handle: "@malee_foodie", testimonial: "พนักงานบริการน่ารัก เป็นกันเอง บรรยากาศอบอุ่นเหมือนทานข้าวบ้านญาติเลยค่ะ", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=150&auto=format&fit=crop"} ]} - title="ความประทับใจจากลูกค้า" - description="รีวิวจากลูกค้าตัวจริงที่หลงรักในรสชาติอาหารของเรา" />
-- 2.49.1