From 3ac76cbc064ddcdf00ad7de1e331050365fcb7b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:37:44 +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 360be57..b1e0880 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/Timeli import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Anchor, Waves, Users, Celebration, Heart, Compass } from 'lucide-react'; +import { Anchor, Waves, Users, Gift, Heart, Compass } from 'lucide-react'; export default function LandingPage() { return ( @@ -180,7 +180,7 @@ export default function LandingPage() { id: "4", reverse: true, media: (
- +
), content: ( @@ -218,22 +218,24 @@ export default function LandingPage() { description="Hear directly from the people of Desa Campurejo about their experiences, hopes, and pride in our village." tag="Community Stories" tagAnimation="slide-up" + showRating={true} testimonials={[ { - id: "1", name: "Sudirman", 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", 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", 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", 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