diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ce0f44..c6f14a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { TrendingDown, BarChart3, Lightbulb, AlertTriangle, Zap, Calendar, HelpCircle, Globe, BookOpen } from "lucide-react"; +import { TrendingDown, BarChart3, Lightbulb, AlertTriangle, Zap, Calendar, HelpCircle, Globe, BookOpen, Users, Clock, Home } from "lucide-react"; const navItems = [ { name: "Overview", id: "overview" }, @@ -71,11 +71,11 @@ export default function LandingPage() { { id: "1", value: "123.16M", title: "Population Size", description: "Down 0.5% annually from 128M peak in 2010", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", imageAlt: "Population trend"}, { - id: "2", value: "1.15", title: "Total Fertility Rate", description: "Far below 2.1 replacement level needed for sustainability", imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-their-small-son-enjoying-family-time-their-home_637285-1756.jpg?_wi=1", imageAlt: "Family dynamics"}, + id: "2", value: "1.15", title: "Total Fertility Rate", description: "Far below 2.1 replacement level needed for sustainability", imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-their-small-son-enjoying-family-time-their-home_637285-1756.jpg", imageAlt: "Family dynamics"}, { - id: "3", value: "29.4%", title: "Elderly Population", description: "65+ age group - nearly 1 in 3 residents are seniors", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-together_23-2149447179.jpg?_wi=1", imageAlt: "Aging society"}, + id: "3", value: "29.4%", title: "Elderly Population", description: "65+ age group - nearly 1 in 3 residents are seniors", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-together_23-2149447179.jpg", imageAlt: "Aging society"}, { - id: "4", value: "899,845", title: "Natural Decline", description: "More deaths than births in 2025 - 18th consecutive year", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pathway-near-big-house-with-tree-front-it-building-distance_181624-2240.jpg?_wi=1", imageAlt: "Population decrease"}, + id: "4", value: "899,845", title: "Natural Decline", description: "More deaths than births in 2025 - 18th consecutive year", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pathway-near-big-house-with-tree-front-it-building-distance_181624-2240.jpg", imageAlt: "Population decrease"}, ]} /> @@ -94,18 +94,18 @@ export default function LandingPage() { title: "Economic Pressures", description: "Stagnant wages and high living costs make child-rearing prohibitively expensive. Education and housing costs deter young couples.", bentoComponent: "animated-bar-chart"}, { title: "Career & Labor Market", description: "Female labor participation rises (positive socially) but increases opportunity cost of childbearing. Rigid work culture limits family balance.", bentoComponent: "icon-info-cards", items: [ - { icon: "Users", label: "Women in Workforce", value: "Highest participation rate" }, - { icon: "Clock", label: "Work Hours", value: "Among world's longest" }, - { icon: "TrendingDown", label: "Marriage Rate", value: "Declining steadily" }, + { icon: Users, label: "Women in Workforce", value: "Highest participation rate" }, + { icon: Clock, label: "Work Hours", value: "Among world's longest" }, + { icon: TrendingDown, label: "Marriage Rate", value: "Declining steadily" }, ], }, { title: "Delayed Marriage", description: "Japan has world's highest average first marriage age. Since nearly all births occur within marriage, declining marriages directly reduce births.", bentoComponent: "line-chart"}, { title: "Cultural Factors", description: "Traditional gender roles, education emphasis, and urban lifestyles (small apartments, high costs) discourage large families.", bentoComponent: "3d-stack-cards", items: [ - { icon: "Home", title: "Urban Living", subtitle: "Expensive & Limited Space", detail: "Small apartments in cities make families impractical" }, - { icon: "BookOpen", title: "Education Focus", subtitle: "Career Priority", detail: "Young adults prioritize achievement over parenthood" }, - { icon: "Users", title: "Gender Roles", subtitle: "Unequal Burden", detail: "Childcare falls largely on women, limiting their careers" }, + { icon: Home, title: "Urban Living", subtitle: "Expensive & Limited Space", detail: "Small apartments in cities make families impractical" }, + { icon: BookOpen, title: "Education Focus", subtitle: "Career Priority", detail: "Young adults prioritize achievement over parenthood" }, + { icon: Users, title: "Gender Roles", subtitle: "Unequal Burden", detail: "Childcare falls largely on women, limiting their careers" }, ], }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { description="Japan's demographic shift threatens economic growth, fiscal sustainability, and social cohesion. Rural depopulation and labor shortages loom." tag="Impacts" tagIcon={AlertTriangle} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-pathway-near-big-house-with-tree-front-it-building-distance_181624-2240.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-pathway-near-big-house-with-tree-front-it-building-distance_181624-2240.jpg" imageAlt="Rural depopulation and empty homes" buttons={[{ text: "Learn More", href: "#policies" }]} useInvertedBackground={false} @@ -136,18 +136,15 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "family-support", tag: "Family & Childcare", price: "¥500,000", period: "per birth", description: "Expanded allowances and subsidies for young families across income levels.", button: { text: "Details", href: "#" }, - featuresTitle: "Included:", features: [ + id: "family-support", tag: "Family & Childcare", price: "¥500,000", period: "per birth", description: "Expanded allowances and subsidies for young families across income levels.", button: { text: "Details", href: "#" }, featuresTitle: "Included:", features: [ "Childbirth lump-sum grant raised to ¥500,000", "Monthly child allowances: ¥15,000 per child (age 0-3)", "Tuition waivers & scholarships for multi-child families", "Subsidized IVF and postpartum care", "Expanded preschool & daycare access"], }, { - id: "work-life", tag: "Work-Life & Gender Reforms", price: "Company", period: "incentives", description: "Structural changes to support dual-income families and work-life balance.", button: { text: "Details", href: "#" }, - featuresTitle: "Reforms Include:", features: [ + id: "work-life", tag: "Work-Life & Gender Reforms", price: "Company", period: "incentives", description: "Structural changes to support dual-income families and work-life balance.", button: { text: "Details", href: "#" }, featuresTitle: "Reforms Include:", features: [ "Extended parental leave and \"ikumen\" (father) campaigns", "Work style reforms capping overtime", "Income penalty removal for secondary earners (>¥1.06M)", "Flexible work and telework options", "Extended retirement options (age 65-70)"], }, { - id: "senior-workforce", tag: "Elder Workforce & Immigration", price: "¥1 Trillion", period: "5 years", description: "Labor market expansion through senior reemployment and selective immigration.", button: { text: "Details", href: "#" }, - featuresTitle: "Initiatives:", features: [ + id: "senior-workforce", tag: "Elder Workforce & Immigration", price: "¥1 Trillion", period: "5 years", description: "Labor market expansion through senior reemployment and selective immigration.", button: { text: "Details", href: "#" }, featuresTitle: "Initiatives:", features: [ "Secure employment through age 65-70", "MHLW subsidies for senior permanent positions", "300 Lifetime Employment Support Offices nationwide", "Expanded Specified Skilled Worker visa (11 industries)", "Family accompaniment for foreign workers allowed"], }, ]} @@ -168,11 +165,11 @@ export default function LandingPage() { { id: "1", category: "Population", title: "Population Could Fall to 87 Million by 2070", excerpt: "Medium IPSS scenario projects 30% decline from 126M (2020). Even optimistic scenarios see significant contraction.", imageSrc: "http://img.b2bpic.net/free-vector/covid-19-infographic-design-flatten-curve-2019-ncov-coronavirus_1314-2707.jpg", imageAlt: "Population projection", authorName: "IPSS Research", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "Forecast 2070"}, { - id: "2", category: "Aging", title: "Nearly 40% Could Be Over 65 by 2050", excerpt: "Elderly dependency ratio soars from 49% to 79 per 100 working-age adults. Unprecedented social support demands.", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-together_23-2149447179.jpg?_wi=2", imageAlt: "Aging demographics", authorName: "Demographic Study", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "2050 Estimate"}, + id: "2", category: "Aging", title: "Nearly 40% Could Be Over 65 by 2050", excerpt: "Elderly dependency ratio soars from 49% to 79 per 100 working-age adults. Unprecedented social support demands.", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee-together_23-2149447179.jpg", imageAlt: "Aging demographics", authorName: "Demographic Study", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "2050 Estimate"}, { id: "3", category: "Labor", title: "Potential 11 Million Worker Deficit by 2040", excerpt: "Unless offset by automation or immigration, severe labor shortages will constrain economic growth and innovation.", imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Workforce challenges", authorName: "Economic Analysis", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "2040 Projection"}, { - id: "4", category: "Optimism", title: "Successful Policies Could Stabilize Population", excerpt: "If TFR rises to 1.8-2.0 (like some OECD countries), Japan could stabilize near 100M by 2100.", imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-their-small-son-enjoying-family-time-their-home_637285-1756.jpg?_wi=2", imageAlt: "Positive outlook", authorName: "Policy Scenarios", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "Long-term Hope"}, + id: "4", category: "Optimism", title: "Successful Policies Could Stabilize Population", excerpt: "If TFR rises to 1.8-2.0 (like some OECD countries), Japan could stabilize near 100M by 2100.", imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-their-small-son-enjoying-family-time-their-home_637285-1756.jpg", imageAlt: "Positive outlook", authorName: "Policy Scenarios", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg", date: "Long-term Hope"}, ]} />