From 76889410f9e5517b0479cd10696e93567a7c2f62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:14:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 309 ++++++++++------------------------------------- 1 file changed, 64 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb7b1b1..46f8757 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,41 +34,23 @@ export default function LandingPage() {
@@ -146,25 +111,13 @@ export default function LandingPage() { description="Earth Ambassadors provides the tools and opportunities you need to make a tangible difference in environmental protection and youth media." accordionItems={[ { - id: "community", - title: "Join a Vibrant Community", - content: "Connect with like-minded youth, collaborate on projects, and build lifelong friendships with fellow environmental advocates across Kazakhstan.", - }, + id: "community", title: "Join a Vibrant Community", content: "Connect with like-minded youth, collaborate on projects, and build lifelong friendships with fellow environmental advocates across Kazakhstan."}, { - id: "events", - title: "Participate in Impactful Events", - content: "Engage in local cleanups, tree-planting initiatives, workshops, and national campaigns designed to create tangible environmental change.", - }, + id: "events", title: "Participate in Impactful Events", content: "Engage in local cleanups, tree-planting initiatives, workshops, and national campaigns designed to create tangible environmental change."}, { - id: "media", - title: "Amplify Your Story with ABS24TV", - content: "Gain a powerful platform to share your environmental stories, projects, and insights with a broad audience through our exclusive partnership with ABS24TV.", - }, + id: "media", title: "Amplify Your Story with ABS24TV", content: "Gain a powerful platform to share your environmental stories, projects, and insights with a broad audience through our exclusive partnership with ABS24TV."}, { - id: "leadership", - title: "Develop Green Leadership Skills", - content: "Access mentorship, training, and opportunities to lead projects, organize events, and become a powerful voice for environmental stewardship.", - }, + id: "leadership", title: "Develop Green Leadership Skills", content: "Access mentorship, training, and opportunities to lead projects, organize events, and become a powerful voice for environmental stewardship."}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-portrait-highschool-girl-using-tablet_23-2148225349.jpg" imageAlt="Youth collaborating on environmental project with digital tools" @@ -177,57 +130,21 @@ export default function LandingPage() {