diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6d79cce..24cf918 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,7 +61,7 @@ export default function AboutPage() { icon: undefined, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/earth-structure-infographic_23-2148407151.jpg" + imageSrc="http://img.b2bpic.net/free-vector/earth-structure-infographic_23-2148407151.jpg?_wi=2" imageAlt="Cyclone formation and atmospheric science" mediaAnimation="slide-up" imagePosition="right" @@ -83,7 +83,7 @@ export default function AboutPage() { category: "Community Training", title: "Emergency Preparedness Workshops", excerpt: "Join our community training programs to learn hands-on disaster response techniques and family coordination strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-saved-from-migration-crisis_23-2150901798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-saved-from-migration-crisis_23-2150901798.jpg?_wi=1", imageAlt: "Community disaster training", authorName: "Emergency Management Team", authorAvatar: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", @@ -105,7 +105,7 @@ export default function AboutPage() { category: "Community Support", title: "Volunteer Opportunities in Disaster Relief", excerpt: "Make a difference in your community by volunteering with our disaster response teams. Training and support provided.", - imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-saved-from-migration-crisis_23-2150901798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/newborn-baby-saved-from-migration-crisis_23-2150901798.jpg?_wi=2", imageAlt: "Volunteer opportunity", authorName: "Community Relations", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-paramedic-taking-notes_23-2149478502.jpg", diff --git a/src/app/alerts/page.tsx b/src/app/alerts/page.tsx index de78987..8d97fb1 100644 --- a/src/app/alerts/page.tsx +++ b/src/app/alerts/page.tsx @@ -45,21 +45,21 @@ export default function AlertsPage() { id: "1", title: "Real-Time Tracking Map", tags: ["Tracking", "Live"], - imageSrc: "http://img.b2bpic.net/free-vector/ecological-wind-power-flat-infographic-poster_1284-8891.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ecological-wind-power-flat-infographic-poster_1284-8891.jpg?_wi=2", imageAlt: "Live cyclone tracking map", }, { id: "2", title: "Warning Levels & Alerts", tags: ["Alerts", "Warning"], - imageSrc: "http://img.b2bpic.net/free-photo/angry-ceo-tension-trying-manage-organizational-crisis-boardroom_482257-122903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-ceo-tension-trying-manage-organizational-crisis-boardroom_482257-122903.jpg?_wi=2", imageAlt: "Storm warning alert levels", }, { id: "3", title: "Safety Recommendations", tags: ["Safety", "Guidance"], - imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg?_wi=2", imageAlt: "Safety recommendations guide", }, ]} @@ -81,21 +81,21 @@ export default function AlertsPage() { id: "1", title: "Evacuation Guidelines", tags: ["Evacuation", "Procedures"], - imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg?_wi=3", imageAlt: "Evacuation procedures guide", }, { id: "2", title: "Find Emergency Shelters", tags: ["Shelters", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-sit-read-field-chair_1150-24715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-sit-read-field-chair_1150-24715.jpg?_wi=1", imageAlt: "Emergency shelter locations", }, { id: "3", title: "First Aid During Storms", tags: ["Medical", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/paramedics-examining-injured-girl_107420-63735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paramedics-examining-injured-girl_107420-63735.jpg?_wi=1", imageAlt: "First aid emergency response", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3f0ea33..c655589 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -95,7 +95,7 @@ export default function ContactPage() { icon: MapPin } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg?_wi=2" imageAlt="Contact support team" mediaAnimation="slide-up" imagePosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..25bef18 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,56 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } 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 { Manrope } 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 manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Cyclone Prevention & Emergency Preparedness - Cyclone Guard", + description: "Real-time cyclone alerts, comprehensive preparation guides, and emergency resources to help communities stay safe during severe weather.", + keywords: "cyclone preparedness, hurricane emergency, storm alerts, disaster preparedness, family safety, emergency resources", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Cyclone Prevention & Emergency Preparedness - Cyclone Guard", + description: "Real-time cyclone alerts, comprehensive preparation guides, and emergency resources for community safety.", + type: "website", + siteName: "Cyclone Guard", + images: [ + { + url: "http://img.b2bpic.net/free-photo/aerial-view-crystal-palace-london-july-2008_181624-9360.jpg", + alt: "Cyclone tracking and emergency preparedness", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Cyclone Prevention & Emergency Preparedness", + description: "Stay prepared with real-time alerts and comprehensive safety resources.", + images: ["http://img.b2bpic.net/free-photo/aerial-view-crystal-palace-london-july-2008_181624-9360.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +59,9 @@ export default function RootLayout({ return ( - + {children}