'use client' import { useState } from 'react' import { motion } from 'framer-motion' import { Menu, X, ChevronRight, MessageSquare, User, LogIn } from 'lucide-react' import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Textarea } from "@/components/ui/textarea" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from "@/components/ui/dialog" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/components/ui/card" import { Label } from "@/components/ui/label" import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs" export default function ImprovedEvacuationEquipmentForum() { const [isMenuOpen, setIsMenuOpen] = useState(false) return (
SafeEscape
Login or Register Join our community to share your experiences and ask questions. Login Register
{isMenuOpen && (
)}
Your Safety, Our Priority Join the SafeEscape community to share experiences, ask questions, and learn about our life-saving evacuation equipment.

User Experiences

{[ { name: "John D.", content: "The SafeEscape kit gave me peace of mind during our recent building evacuation. Easy to use and compact!", rating: 5 }, { name: "Sarah M.", content: "I never thought I'd need evacuation equipment, but when I did, SafeEscape was a lifesaver. Literally.", rating: 5 }, { name: "Robert L.", content: "As a safety manager, I highly recommend SafeEscape. It's now a crucial part of our emergency preparedness plan.", rating: 4 } ].map((review, index) => (

{review.content}

{review.name}

{[...Array(review.rating)].map((_, i) => ( ))}
))}

Q&A Forum

Ask a Question Share your queries about SafeEscape products or emergency preparedness.