diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 51d713e..7ff546d 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -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" } ]} diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index affb590..aba1809 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -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" }, { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..6393c1c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}