Merge version_1 into main #1
@@ -88,7 +88,7 @@ export default function AdminPage() {
|
||||
handle: "@priya_sharma",
|
||||
testimonial: "I reported a pothole on my street in Marathi, and within 8 days it was fixed. The whole process was transparent and easy. Finally, our voices matter!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696415.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696415.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AdminPage() {
|
||||
handle: "@rajesh_k",
|
||||
testimonial: "As a municipal officer, CivicVoice has revolutionized how we handle citizen complaints. The AI categorization saves our team hours daily.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function AdminPage() {
|
||||
handle: "@anita_civic",
|
||||
testimonial: "The ability to report water leakage with photos in Hindi and get real-time updates is incredible. This is how government should work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg?_wi=2",
|
||||
imageAlt: "Anita Desai"
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function AdminPage() {
|
||||
handle: "@mohammad_ali",
|
||||
testimonial: "CivicVoice gave broken street lights in our locality the attention they deserved. Quick response, effective solution. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg?_wi=2",
|
||||
imageAlt: "Mohammad Ali"
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function AdminPage() {
|
||||
handle: "@neha_voice",
|
||||
testimonial: "Voice input feature is a game-changer for me. I can report issues while commuting. The tracking updates keep me informed every step.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=3",
|
||||
imageAlt: "Neha Patel"
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function AdminPage() {
|
||||
handle: "@vikram_civic",
|
||||
testimonial: "From sanitation to electricity, our department uses CivicVoice daily. The analytics help us prioritize and allocate resources better than ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg?_wi=3",
|
||||
imageAlt: "Vikram Singh"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -107,7 +107,7 @@ export default function DashboardPage() {
|
||||
handle: "@citizen_voice",
|
||||
testimonial: "The pothole on Main Street was fixed after my report. Great service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2",
|
||||
imageAlt: "User feedback"
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function DashboardPage() {
|
||||
handle: "@civicvoice_updates",
|
||||
testimonial: "Your report led to the installation of 3 new street lights in your area. Thank you for making our city safer!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg?_wi=2",
|
||||
imageAlt: "Community update"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,24 +1,58 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CivicVoice - AI-Powered Multilingual Civic Issue Reporting",
|
||||
description: "Report municipal problems in any language. AI categorization routes your complaint to the right department. Track status in real-time. Empowering citizen action.",
|
||||
keywords: "civic complaints, municipal issues, citizen reporting, multilingual platform, government services, issue tracking",
|
||||
openGraph: {
|
||||
title: "CivicVoice - Report Civic Issues & Track Progress",
|
||||
description: "Transparent civic engagement platform with AI-powered categorization and multilingual support",
|
||||
siteName: "CivicVoice",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg",
|
||||
alt: "CivicVoice Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CivicVoice - Report Civic Issues Today",
|
||||
description: "Multilingual complaint system with AI categorization and real-time tracking",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +61,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +75,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -63,7 +63,7 @@ export default function HomePage() {
|
||||
{ text: "Track Status", href: "/track" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg?_wi=1"
|
||||
imageAlt="CivicVoice Dashboard Interface"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Multilingual Complaint Input",
|
||||
description: "Write complaints in any language - Marathi, Hindi, English, or 9+ others. Automatic translation to English for department processing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=1",
|
||||
imageAlt: "Multilingual language support",
|
||||
buttonIcon: Globe,
|
||||
buttonHref: "#report",
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Smart Image Upload",
|
||||
description: "Attach photos of potholes, garbage, broken lights, and water leakage. Visual evidence speeds up problem verification and resolution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/bold-minimalism-landing-page-template_23-2149035626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/bold-minimalism-landing-page-template_23-2149035626.jpg?_wi=1",
|
||||
imageAlt: "Image upload feature",
|
||||
buttonIcon: Camera,
|
||||
buttonHref: "#report",
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Voice Input Support",
|
||||
description: "Report issues using voice notes for faster submission. Ideal for quick reports on-the-go without typing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-screens_23-2148634497.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-screens_23-2148634497.jpg?_wi=1",
|
||||
imageAlt: "Voice input microphone",
|
||||
buttonIcon: Mic2,
|
||||
buttonHref: "#report",
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "AI-Powered Categorization",
|
||||
description: "Our AI automatically detects the department needed: Sanitation, Water, Electricity, Road Maintenance. Complaints reach experts instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-neon-with-smartphone_23-2148358899.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-neon-with-smartphone_23-2148358899.jpg?_wi=1",
|
||||
imageAlt: "AI categorization system",
|
||||
buttonIcon: Brain,
|
||||
buttonHref: "#features",
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Real-Time Tracking",
|
||||
description: "Receive a unique complaint ID and track status: Submitted → Assigned → In Progress → Resolved. Never wonder about your issue again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg?_wi=1",
|
||||
imageAlt: "Complaint status tracking",
|
||||
buttonIcon: MapPin,
|
||||
buttonHref: "/track",
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Location Mapping",
|
||||
description: "Pin your complaint on an interactive map. Authorities see exact locations and can coordinate faster response and resolution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-online-with-tablet_23-2148771582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-online-with-tablet_23-2148771582.jpg?_wi=1",
|
||||
imageAlt: "Location mapping interface",
|
||||
buttonIcon: Navigation,
|
||||
buttonHref: "#report",
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
category: "Step 1",
|
||||
title: "Report Your Issue",
|
||||
excerpt: "Write your complaint in any language, add photos or voice notes, and select the location on the map. Our system automatically translates your report to English.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mans-hand-texting-message-smartphone_171337-9865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mans-hand-texting-message-smartphone_171337-9865.jpg?_wi=1",
|
||||
imageAlt: "Report issue step",
|
||||
authorName: "System",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/call-center-avatar-set_23-2147945863.jpg",
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
category: "Step 2",
|
||||
title: "AI Categorization",
|
||||
excerpt: "Artificial intelligence analyzes your complaint and automatically routes it to the correct department: Sanitation, Water, Electricity, or Road Maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg?_wi=1",
|
||||
imageAlt: "AI categorization step",
|
||||
authorName: "System",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/fantasy-scene-with-futuristic-robotic-human-character_23-2151254471.jpg",
|
||||
@@ -183,7 +183,7 @@ export default function HomePage() {
|
||||
category: "Step 3",
|
||||
title: "Authority Review",
|
||||
excerpt: "Department officials review your complaint, assess priority, assign it to a team, and begin work. You receive updates via email and dashboard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg?_wi=1",
|
||||
imageAlt: "Authority review step",
|
||||
authorName: "Officials",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-male-white-shirt-jacket-holding-clipboard-looking-pensive-front-view_176474-99635.jpg",
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
category: "Step 4",
|
||||
title: "Resolution & Feedback",
|
||||
excerpt: "Once resolved, you'll be notified immediately. Provide feedback on the resolution quality to help us improve citizen services and government accountability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg?_wi=1",
|
||||
imageAlt: "Resolution step",
|
||||
authorName: "Citizen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg",
|
||||
@@ -258,7 +258,7 @@ export default function HomePage() {
|
||||
handle: "@priya_sharma",
|
||||
testimonial: "I reported a pothole on my street in Marathi, and within 8 days it was fixed. The whole process was transparent and easy. Finally, our voices matter!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696415.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696415.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
handle: "@rajesh_k",
|
||||
testimonial: "As a municipal officer, CivicVoice has revolutionized how we handle citizen complaints. The AI categorization saves our team hours daily.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
handle: "@anita_civic",
|
||||
testimonial: "The ability to report water leakage with photos in Hindi and get real-time updates is incredible. This is how government should work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg?_wi=1",
|
||||
imageAlt: "Anita Desai",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
handle: "@mohammad_ali",
|
||||
testimonial: "CivicVoice gave broken street lights in our locality the attention they deserved. Quick response, effective solution. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg?_wi=1",
|
||||
imageAlt: "Mohammad Ali",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
handle: "@neha_voice",
|
||||
testimonial: "Voice input feature is a game-changer for me. I can report issues while commuting. The tracking updates keep me informed every step.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1",
|
||||
imageAlt: "Neha Patel",
|
||||
},
|
||||
{
|
||||
@@ -303,7 +303,7 @@ export default function HomePage() {
|
||||
handle: "@vikram_civic",
|
||||
testimonial: "From sanitation to electricity, our department uses CivicVoice daily. The analytics help us prioritize and allocate resources better than ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-diplomatic-suit-looking-camera-standing-outside-front-startup-company-office-entrepreneur-man-working-marketing-presentation-outdoor-concept_482257-28140.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
]}
|
||||
@@ -365,7 +365,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/people-discussing-presentation_52683-28613.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/people-discussing-presentation_52683-28613.jpg?_wi=1"
|
||||
imageAlt="Community engagement illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function ReportPage() {
|
||||
{ text: "Track Status", href: "/track" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-female-engineer-smart-manufacturing-plant-reviewing-system-logs-tablet-detect_482257-135856.jpg?_wi=2"
|
||||
imageAlt="CivicVoice Dashboard Interface"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -77,7 +77,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "Multilingual Complaint Input",
|
||||
description: "Write complaints in any language - Marathi, Hindi, English, or 9+ others. Automatic translation to English for department processing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=2",
|
||||
imageAlt: "Multilingual language support",
|
||||
buttonIcon: Globe,
|
||||
buttonHref: "#report"
|
||||
@@ -85,7 +85,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "Smart Image Upload",
|
||||
description: "Attach photos of potholes, garbage, broken lights, and water leakage. Visual evidence speeds up problem verification and resolution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/bold-minimalism-landing-page-template_23-2149035626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/bold-minimalism-landing-page-template_23-2149035626.jpg?_wi=2",
|
||||
imageAlt: "Image upload feature",
|
||||
buttonIcon: Camera,
|
||||
buttonHref: "#report"
|
||||
@@ -93,7 +93,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "Voice Input Support",
|
||||
description: "Report issues using voice notes for faster submission. Ideal for quick reports on-the-go without typing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-screens_23-2148634497.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-screens_23-2148634497.jpg?_wi=2",
|
||||
imageAlt: "Voice input microphone",
|
||||
buttonIcon: Mic2,
|
||||
buttonHref: "#report"
|
||||
@@ -101,7 +101,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "AI-Powered Categorization",
|
||||
description: "Our AI automatically detects the department needed: Sanitation, Water, Electricity, Road Maintenance. Complaints reach experts instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-neon-with-smartphone_23-2148358899.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-neon-with-smartphone_23-2148358899.jpg?_wi=2",
|
||||
imageAlt: "AI categorization system",
|
||||
buttonIcon: Brain,
|
||||
buttonHref: "#features"
|
||||
@@ -109,7 +109,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "Real-Time Tracking",
|
||||
description: "Receive a unique complaint ID and track status: Submitted → Assigned → In Progress → Resolved. Never wonder about your issue again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg?_wi=2",
|
||||
imageAlt: "Complaint status tracking",
|
||||
buttonIcon: Navigation,
|
||||
buttonHref: "/track"
|
||||
@@ -117,7 +117,7 @@ export default function ReportPage() {
|
||||
{
|
||||
title: "Location Mapping",
|
||||
description: "Pin your complaint on an interactive map. Authorities see exact locations and can coordinate faster response and resolution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-online-with-tablet_23-2148771582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-online-with-tablet_23-2148771582.jpg?_wi=2",
|
||||
imageAlt: "Location mapping interface",
|
||||
buttonIcon: Navigation,
|
||||
buttonHref: "#report"
|
||||
@@ -142,7 +142,7 @@ export default function ReportPage() {
|
||||
category: "Step 1",
|
||||
title: "Report Your Issue",
|
||||
excerpt: "Write your complaint in any language, add photos or voice notes, and select the location on the map. Our system automatically translates your report to English.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mans-hand-texting-message-smartphone_171337-9865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mans-hand-texting-message-smartphone_171337-9865.jpg?_wi=2",
|
||||
imageAlt: "Report issue step",
|
||||
authorName: "System",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/call-center-avatar-set_23-2147945863.jpg",
|
||||
@@ -153,7 +153,7 @@ export default function ReportPage() {
|
||||
category: "Step 2",
|
||||
title: "AI Categorization",
|
||||
excerpt: "Artificial intelligence analyzes your complaint and automatically routes it to the correct department: Sanitation, Water, Electricity, or Road Maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg?_wi=2",
|
||||
imageAlt: "AI categorization step",
|
||||
authorName: "System",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/fantasy-scene-with-futuristic-robotic-human-character_23-2151254471.jpg",
|
||||
@@ -164,7 +164,7 @@ export default function ReportPage() {
|
||||
category: "Step 3",
|
||||
title: "Authority Review",
|
||||
excerpt: "Department officials review your complaint, assess priority, assign it to a team, and begin work. You receive updates via email and dashboard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg?_wi=2",
|
||||
imageAlt: "Authority review step",
|
||||
authorName: "Officials",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-male-white-shirt-jacket-holding-clipboard-looking-pensive-front-view_176474-99635.jpg",
|
||||
@@ -175,7 +175,7 @@ export default function ReportPage() {
|
||||
category: "Step 4",
|
||||
title: "Resolution & Feedback",
|
||||
excerpt: "Once resolved, you'll be notified immediately. Provide feedback on the resolution quality to help us improve citizen services and government accountability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-businesswoman-receives-great-news-celebrating-while-talking-mobile-phone-corporate-woman_1258-194247.jpg?_wi=2",
|
||||
imageAlt: "Resolution step",
|
||||
authorName: "Citizen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg",
|
||||
@@ -202,7 +202,7 @@ export default function ReportPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/people-discussing-presentation_52683-28613.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/people-discussing-presentation_52683-28613.jpg?_wi=2"
|
||||
imageAlt="Community engagement illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function TrackPage() {
|
||||
{ text: "Report New Issue", href: "/report" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148405131.jpg?_wi=3"
|
||||
imageAlt="Complaint Status Tracking"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
Reference in New Issue
Block a user