From 6fe5e4e9d93d1af6a079735f3d6f88e1a72de03b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:39:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1e0880..e3a69e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,20 +221,22 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Sudirman", handle: "@sudirman_fisherman", testimonial: "Living by the sea has taught me the value of hard work and community. Desa Campurejo is my home, and I am proud of our fishing traditions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/balinese-fisherman-authentic-boat-ocean-catching-fish_1321-2892.jpg", imageAlt: "Sudirman fisherman" + id: "1", name: "Sudirman", handle: "@sudirman_fisherman", testimonial: "Living by the sea has taught me the value of hard work and community. Desa Campurejo is my home, and I am proud of our fishing traditions.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/balinese-fisherman-authentic-boat-ocean-catching-fish_1321-2892.jpg", imageAlt: "Sudirman fisherman" }, { - id: "2", name: "Siti Nurhaliza", handle: "@siti_community", testimonial: "The spirit of Gotong Royong brings us together. No matter what challenges we face, our community stands united to support one another.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-young-pretty-woman-wearing-beautiful-cloths-stand-smiling-while-relaxing-countryside-thailand-copy-space_1150-55875.jpg", imageAlt: "Siti Nurhaliza community member" + id: "2", name: "Siti Nurhaliza", handle: "@siti_community", testimonial: "The spirit of Gotong Royong brings us together. No matter what challenges we face, our community stands united to support one another.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-young-pretty-woman-wearing-beautiful-cloths-stand-smiling-while-relaxing-countryside-thailand-copy-space_1150-55875.jpg", imageAlt: "Siti Nurhaliza community member" }, { - id: "3", name: "Bambang Sutrisno", handle: "@bambang_leader", testimonial: "As a community leader, I've witnessed remarkable growth and development in our village. The government's support combined with our collective effort is transforming Campurejo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-man-cafe_1262-1518.jpg", imageAlt: "Bambang Sutrisno community leader" + id: "3", name: "Bambang Sutrisno", handle: "@bambang_leader", testimonial: "As a community leader, I've witnessed remarkable growth and development in our village. The government's support combined with our collective effort is transforming Campurejo.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-man-cafe_1262-1518.jpg", imageAlt: "Bambang Sutrisno community leader" }, { - id: "4", name: "Rani Wijaya", handle: "@rani_youth", testimonial: "Through Karang Taruna, I've learned to contribute to our village's future. The youth of Campurejo are excited about the opportunities ahead.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-handsome-executive-businessman-smart-casual-wear-looking-camera-smiling_7861-3118.jpg", imageAlt: "Rani Wijaya youth advocate" + id: "4", name: "Rani Wijaya", handle: "@rani_youth", testimonial: "Through Karang Taruna, I've learned to contribute to our village's future. The youth of Campurejo are excited about the opportunities ahead.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-handsome-executive-businessman-smart-casual-wear-looking-camera-smiling_7861-3118.jpg", imageAlt: "Rani Wijaya youth advocate" } ]} - cardTitle="Over 3,000 community members united in celebrating Desa Campurejo's heritage and future" - cardTag="Proud to Call Campurejo Home" textboxLayout="default" cardAnimation="slide-up" useInvertedBackground={false} -- 2.49.1