Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-04 12:37:49 +00:00

View File

@@ -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: (
<div className="w-full h-full bg-gradient-to-b from-[#cc0000] to-[#990000] flex items-center justify-center">
<Celebration className="w-24 h-24 text-white" />
<Gift className="w-24 h-24 text-white" />
</div>
),
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}
/>