diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f86fcf..09cff72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Heart, Zap, TrendingUp, MessageCircle, Mail, Shield, Clock, Lightbulb, Activity } from "lucide-react"; +import { Heart, Zap, TrendingUp, MessageCircle, Mail, Shield, Clock, Lightbulb, Activity, AlertTriangle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -77,8 +77,8 @@ export default function HomePage() { tagIcon={Heart} tagAnimation="slide-up" buttons={[ - { text: "Start Chat", href: "/chat" }, { text: "Emergency Guide", href: "/emergency" }, + { text: "Start Chat", href: "/chat" }, ]} buttonAnimation="slide-up" background={{ variant: "canvas-reveal" }}