diff --git a/src/app/alerts/page.tsx b/src/app/alerts/page.tsx index 8d97fb1..079e6ea 100644 --- a/src/app/alerts/page.tsx +++ b/src/app/alerts/page.tsx @@ -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() {
- @@ -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"}, ], }, ]}