Update src/app/page.tsx

This commit is contained in:
2026-03-11 13:36:13 +00:00
parent ee3112f3f8
commit f5157783a3

View File

@@ -87,17 +87,11 @@ export default function HomePage() {
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg",
alt: "professional government official portrait headshot",
},
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg", alt: "professional government official portrait headshot"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
alt: "government worker service team member photo",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "government worker service team member photo"},
{
src: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg",
alt: "community member citizen representative photo",
},
src: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg", alt: "community member citizen representative photo"},
]}
avatarText="Serving the Canton with transparency and efficiency"
buttons={[
@@ -113,41 +107,17 @@ export default function HomePage() {
description="Quick access to the most frequently used government services and resources for residents and businesses."
products={[
{
id: "taxes",
name: "Tax Services",
price: "24/7 Available",
variant: "Filing, Credits, Information",
imageSrc:
"http://img.b2bpic.net/free-vector/business-landing-page-template-with-photo_23-2148247060.jpg?_wi=1",
imageAlt: "Tax services portal",
},
id: "taxes", name: "Tax Services", price: "24/7 Available", variant: "Filing, Credits, Information", imageSrc:
"http://img.b2bpic.net/free-vector/business-landing-page-template-with-photo_23-2148247060.jpg", imageAlt: "Tax services portal"},
{
id: "police",
name: "ePolizei Portal",
price: "Secure Access",
variant: "Reports, Information, Support",
imageSrc:
"http://img.b2bpic.net/free-photo/male-administrator-using-chroma-key-display-digital-analysis_482257-126246.jpg?_wi=1",
imageAlt: "Police services",
},
id: "police", name: "ePolizei Portal", price: "Secure Access", variant: "Reports, Information, Support", imageSrc:
"http://img.b2bpic.net/free-photo/male-administrator-using-chroma-key-display-digital-analysis_482257-126246.jpg", imageAlt: "Police services"},
{
id: "jobs",
name: "Job Opportunities",
price: "Open Positions",
variant: "Career Listings, Applications",
imageSrc:
"http://img.b2bpic.net/free-photo/business-people-video-call-meeting_53876-30777.jpg?_wi=1",
imageAlt: "Employment opportunities",
},
id: "jobs", name: "Job Opportunities", price: "Open Positions", variant: "Career Listings, Applications", imageSrc:
"http://img.b2bpic.net/free-photo/business-people-video-call-meeting_53876-30777.jpg", imageAlt: "Employment opportunities"},
{
id: "permits",
name: "Permits & Licenses",
price: "Online Requests",
variant: "Apply, Track, Download",
imageSrc:
"http://img.b2bpic.net/free-photo/visa-application-form-smartphone_23-2149117760.jpg?_wi=1",
imageAlt: "Permits and licenses",
},
id: "permits", name: "Permits & Licenses", price: "Online Requests", variant: "Apply, Track, Download", imageSrc:
"http://img.b2bpic.net/free-photo/visa-application-form-smartphone_23-2149117760.jpg", imageAlt: "Permits and licenses"},
]}
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
@@ -163,18 +133,11 @@ export default function HomePage() {
tag="What's New"
negativeCard={{
items: [
"Outdated information systems",
"Limited public engagement",
"Scattered resources",
],
"Outdated information systems", "Limited public engagement", "Scattered resources"],
}}
positiveCard={{
items: [
"Centralized information hub",
"Enhanced transparency",
"Easy access to all services",
"Regular updates and announcements",
],
"Centralized information hub", "Enhanced transparency", "Easy access to all services", "Regular updates and announcements"],
}}
textboxLayout="default"
animationType="slide-up"
@@ -188,32 +151,16 @@ export default function HomePage() {
description="Serving thousands of residents and businesses with efficient, accessible government services."
metrics={[
{
id: "1",
value: "46000",
title: "Citizens Served",
description: "Active residents using our services and portals",
icon: Users,
id: "1", value: "46000", title: "Citizens Served", description: "Active residents using our services and portals", icon: Users,
},
{
id: "2",
value: "98",
title: "% Uptime",
description: "Reliable access to government services",
icon: CheckCircle,
id: "2", value: "98", title: "% Uptime", description: "Reliable access to government services", icon: CheckCircle,
},
{
id: "3",
value: "50",
title: "Services Online",
description: "Digital access to government functions",
icon: Zap,
id: "3", value: "50", title: "Services Online", description: "Digital access to government functions", icon: Zap,
},
{
id: "4",
value: "24",
title: "Hours Support",
description: "Dedicated customer assistance",
icon: Clock,
id: "4", value: "24", title: "Hours Support", description: "Dedicated customer assistance", icon: Clock,
},
]}
gridVariant="uniform-all-items-equal"
@@ -229,12 +176,7 @@ export default function HomePage() {
description="Thousands of citizens rely on our services for their daily administrative needs."
tag="Community Trust"
names={[
"Local Businesses",
"Families & Residents",
"Community Organizations",
"Educational Institutions",
"Healthcare Providers",
]}
"Local Businesses", "Families & Residents", "Community Organizations", "Educational Institutions", "Healthcare Providers"]}
textboxLayout="default"
useInvertedBackground={true}
speed={35}