Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -49,11 +49,11 @@ export default function HomePage() {
|
||||
description="An in-depth look into social justice and inequality in Germany. Explore historical developments, current challenges, and political measures shaping the nation's social landscape."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
carouselItems={[
|
||||
{ id: "item-1", imageSrc: "http://img.b2bpic.net/free-photo/world-aids-day-awareness-illustration_23-2151882160.jpg", imageAlt: "Diverse hands reaching upwards, representing social inequality" },
|
||||
{ id: "item-1", imageSrc: "http://img.b2bpic.net/free-photo/world-aids-day-awareness-illustration_23-2151882160.jpg?_wi=1", imageAlt: "Diverse hands reaching upwards, representing social inequality" },
|
||||
{ id: "item-2", imageSrc: "http://img.b2bpic.net/free-photo/two-preteens-girls-reading-books-library-focus-mandatory-literature_482257-127825.jpg", imageAlt: "Children from diverse backgrounds studying together, representing educational equity" },
|
||||
{ id: "item-3", imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214567.jpg", imageAlt: "Elderly person looking out window loneliness, representing issues of loneliness and poverty" },
|
||||
{ id: "item-4", imageSrc: "http://img.b2bpic.net/free-photo/group-people-with-banners-megaphone-hand-are-protesting-city-square-svae-planet-clean-world-act-now_343596-4663.jpg", imageAlt: "Protestors holding signs for social rights in Germany" },
|
||||
{ id: "item-5", imageSrc: "http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg", imageAlt: "Diverse group of professionals collaborating in a modern workplace" },
|
||||
{ id: "item-5", imageSrc: "http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg?_wi=1", imageAlt: "Diverse group of professionals collaborating in a modern workplace" },
|
||||
{ id: "item-6", imageSrc: "http://img.b2bpic.net/free-photo/homeless-standing-near-building_1157-45310.jpg", imageAlt: "Empty dinner table with a single plate, representing food insecurity and poverty" }
|
||||
]}
|
||||
buttons={[
|
||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{ id: "metric-1", value: "59%", title: "Wealth by Top 10%", description: "The richest 10% of households in Germany own approximately 59% of the total net wealth.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761047.jpg", imageAlt: "Wealth distribution chart showing top 10% share" },
|
||||
{ id: "metric-2", value: "16.7%", title: "Poverty Risk Rate", description: "Around 16.7% of the German population is considered at risk of poverty or social exclusion.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-students-outdoors_23-2150405191.jpg", imageAlt: "Poverty risk rate graph" },
|
||||
{ id: "metric-3", value: "1 in 5", title: "Children in Poverty", description: "Approximately one in five children in Germany grows up in poverty-affected households.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-house-property-residence-concept_53876-122714.jpg", imageAlt: "Children in poverty statistic illustration" },
|
||||
{ id: "metric-3", value: "1 in 5", title: "Children in Poverty", description: "Approximately one in five children in Germany grows up in poverty-affected households.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-house-property-residence-concept_53876-122714.jpg?_wi=1", imageAlt: "Children in poverty statistic illustration" },
|
||||
{ id: "metric-4", value: "21.6%", title: "Pensioner Poverty", description: "The poverty risk rate for pensioners has increased, with 21.6% facing relative poverty.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-writing-chart_23-2147707725.jpg", imageAlt: "Pensioner poverty data graphic" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -44,13 +44,13 @@ export default function ProblemsPage() {
|
||||
title: "Education Inequality", description: "Disparities in access to quality education, early childhood development, and higher education opportunities based on socioeconomic background.", imageSrc: "http://img.b2bpic.net/free-photo/kids-education_23-2147775510.jpg"
|
||||
},
|
||||
{
|
||||
title: "Wealth Distribution", description: "The uneven distribution of assets, income, and financial security, leading to significant gaps between the rich and the poor.", imageSrc: "http://img.b2bpic.net/free-photo/world-aids-day-awareness-illustration_23-2151882160.jpg"
|
||||
title: "Wealth Distribution", description: "The uneven distribution of assets, income, and financial security, leading to significant gaps between the rich and the poor.", imageSrc: "http://img.b2bpic.net/free-photo/world-aids-day-awareness-illustration_23-2151882160.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
title: "Affordable Housing Crisis", description: "Challenges in finding affordable and adequate housing, particularly in urban areas, impacting low-income individuals and families.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-house-property-residence-concept_53876-122714.jpg"
|
||||
title: "Affordable Housing Crisis", description: "Challenges in finding affordable and adequate housing, particularly in urban areas, impacting low-income individuals and families.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-house-property-residence-concept_53876-122714.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
title: "Labor Market Disparities", description: "Issues such as precarious employment, low wages, discrimination, and limited career opportunities for certain demographic groups.", imageSrc: "http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg"
|
||||
title: "Labor Market Disparities", description: "Issues such as precarious employment, low wages, discrimination, and limited career opportunities for certain demographic groups.", imageSrc: "http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user