From 90a96888e991ee3bef42b75fd6ff1d893fb9ca5c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:05:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1d767b..39c2c31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,10 +68,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Pranom", handle: "Local Regular", testimonial: "เค้กอร่อย มีให้เลือกหลายแบบ… แนะนำจริงๆ", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg", imageAlt: "Customer 1" + id: "1", name: "Pranom", handle: "Local Regular", testimonial: "เค้กอร่อย มีให้เลือกหลายแบบ… แนะนำจริงๆ", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg?_wi=1", imageAlt: "Customer 1" }, { - id: "2", name: "Somchai", handle: "@SukhothaiVisitor", testimonial: "ผ่านไปทีไรต้องจัด - always stop by when passing through!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", imageAlt: "Customer 2" + id: "2", name: "Somchai", handle: "@SukhothaiVisitor", testimonial: "ผ่านไปทีไรต้องจัด - always stop by when passing through!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1", imageAlt: "Customer 2" }, { id: "3", name: "Niran", handle: "Coconut Cake Addict", testimonial: "Coconut cake vanilla กับใบเตย เลือกไม่ได้ ต้องซื้อทั้งคู่", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Customer 3" @@ -80,10 +80,10 @@ export default function LandingPage() { id: "4", name: "Sukanya", handle: "@ButterBunLover", testimonial: "Butter bun with icing sugar — the best in Sukhothai!", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", imageAlt: "Customer 4" }, { - id: "5", name: "Krit", handle: "Local Legend Believer", testimonial: "ร้านเบเกอรี่ที่อร่อยที่สุดในสุโขทัย - hands down the best bakery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg", imageAlt: "Customer 5" + id: "5", name: "Krit", handle: "Local Legend Believer", testimonial: "ร้านเบเกอรี่ที่อร่อยที่สุดในสุโขทัย - hands down the best bakery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg?_wi=2", imageAlt: "Customer 5" }, { - id: "6", name: "Daeng", handle: "Loyal Customer", testimonial: "อร่อยทุกอย่าง ซื้อประจำ - Everything is delicious, I buy regularly!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", imageAlt: "Customer 6" + id: "6", name: "Daeng", handle: "Loyal Customer", testimonial: "อร่อยทุกอย่าง ซื้อประจำ - Everything is delicious, I buy regularly!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2", imageAlt: "Customer 6" } ]} speed={40} -- 2.49.1