Merge version_1 into main #2
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import FeatureCardTwentyThree as FeatureCardTwentyThreeResources from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
@@ -42,26 +41,14 @@ export default function AlertsPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Live cyclone tracking map",
|
||||
},
|
||||
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", 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?_wi=2",
|
||||
imageAlt: "Storm warning alert levels",
|
||||
},
|
||||
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", 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?_wi=2",
|
||||
imageAlt: "Safety recommendations guide",
|
||||
},
|
||||
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", imageAlt: "Safety recommendations guide"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Live Alerts & Tracking"
|
||||
@@ -75,29 +62,17 @@ export default function AlertsPage() {
|
||||
</div>
|
||||
|
||||
<div id="resources" data-section="resources">
|
||||
<FeatureCardTwentyThreeResources
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Evacuation procedures guide",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "Emergency shelter locations",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "First aid emergency response",
|
||||
},
|
||||
id: "3", title: "First Aid During Storms", tags: ["Medical", "Safety"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paramedics-examining-injured-girl_107420-63735.jpg", imageAlt: "First aid emergency response"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Emergency Resources"
|
||||
@@ -116,17 +91,12 @@ export default function AlertsPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Preparing",
|
||||
href: "/prepare",
|
||||
},
|
||||
text: "Start Preparing", href: "/prepare"},
|
||||
{
|
||||
text: "Get Help",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Help", href: "#"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact Section"
|
||||
/>
|
||||
@@ -139,65 +109,41 @@ export default function AlertsPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Cyclones",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Cyclones", href: "/about"},
|
||||
{
|
||||
label: "Preparation",
|
||||
href: "/prepare",
|
||||
},
|
||||
label: "Preparation", href: "/prepare"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Live Alerts",
|
||||
href: "/alerts",
|
||||
},
|
||||
label: "Live Alerts", href: "/alerts"},
|
||||
{
|
||||
label: "Resources",
|
||||
href: "/resources",
|
||||
},
|
||||
label: "Resources", href: "/resources"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#",
|
||||
},
|
||||
label: "Emergency", href: "#"},
|
||||
{
|
||||
label: "Hotline: 1-800-CYCLONE",
|
||||
href: "tel:1-800-299-5663",
|
||||
},
|
||||
label: "Hotline: 1-800-CYCLONE", href: "tel:1-800-299-5663"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Support", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user