From c57af29053eef6c0befef15a0536342c54afa566 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:18:30 +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 7281c3a..22dea49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Traditional Fishing Practices", author: "Community Leaders", description: "Our fishermen employ time-honored techniques passed down through generations, maintaining sustainable practices that respect the sea while providing for families and the broader region.", tags: ["Tradition", "Sustainability"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-bay-with-fishing-boats-near-sandy-shore_181624-37276.jpg", imageAlt: "Traditional fishing boats" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-bay-with-fishing-boats-near-sandy-shore_181624-37276.jpg?_wi=1", imageAlt: "Traditional fishing boats" }, { id: "2", title: "Growing Market Access", author: "Local Business Association", description: "Recent infrastructure improvements, including specialized SPBU facilities for subsidized diesel, have enhanced our ability to reach broader markets and support fishermen's livelihoods economically.", tags: ["Infrastructure", "Growth"], @@ -110,7 +110,7 @@ export default function LandingPage() { id: "1", value: "Rp24.7B", title: "2025 Development Allocation", description: "Government investment in housing, sanitation, water access, and roads", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-rectangle-houses-fields-by-beautiful-foggy-pond_181624-23962.jpg", imageAlt: "Housing development" }, { - id: "2", value: "100s", title: "Homes Transformed", description: "Families receiving upgraded or newly constructed homes through government programs", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-couple-harvest-fresh-asparagus-with-hand-together-put-into-basket_1150-4644.jpg", imageAlt: "Community meeting" + id: "2", value: "100s", title: "Homes Transformed", description: "Families receiving upgraded or newly constructed homes through government programs", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-couple-harvest-fresh-asparagus-with-hand-together-put-into-basket_1150-4644.jpg?_wi=1", imageAlt: "Community meeting" } ]} animationType="slide-up" @@ -130,10 +130,10 @@ export default function LandingPage() { id: "1", name: "Petik Laut Festival", price: "Annual", variant: "Sea Thanksgiving Ritual", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-fall_1121-45.jpg", imageAlt: "Petik Laut cultural celebration" }, { - id: "2", name: "Community Gatherings", price: "Year-Round", variant: "Village Bonding Events", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-couple-harvest-fresh-asparagus-with-hand-together-put-into-basket_1150-4644.jpg", imageAlt: "Community gathering event" + id: "2", name: "Community Gatherings", price: "Year-Round", variant: "Village Bonding Events", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-couple-harvest-fresh-asparagus-with-hand-together-put-into-basket_1150-4644.jpg?_wi=2", imageAlt: "Community gathering event" }, { - id: "3", name: "Maritime Heritage", price: "Timeless", variant: "Fishing Traditions", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-bay-with-fishing-boats-near-sandy-shore_181624-37276.jpg", imageAlt: "Traditional fishing boats" + id: "3", name: "Maritime Heritage", price: "Timeless", variant: "Fishing Traditions", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-bay-with-fishing-boats-near-sandy-shore_181624-37276.jpg?_wi=2", imageAlt: "Traditional fishing boats" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1