Book Appointment Now
Home
import { useState } from “react”; import { motion } from “framer-motion”; import { Card, CardContent } from “@/components/ui/card”; import { Button } from “@/components/ui/button”; import { Shield, Heart, Car, Home } from “lucide-react”;
export default function InsuranceWebsite() { const [email, setEmail] = useState(“”);
return (
{/* NAVBAR */}
{/* HERO */}
Protect Your Future Today
{/* SERVICES */}
{/* ABOUT */}
{/* CTA */}
{/* FOOTER */}
); }
Affordable insurance plans for you and your family
Health Insurance
Medical coverage for you and your family.
Car Insurance
Protection for your vehicle against accidents.
Home Insurance
Secure your home and belongings.
Life Insurance
Financial protection for your loved ones.
About Us
We are a trusted insurance company dedicated to protecting your health, property, and future. Our mission is to provide affordable and reliable coverage for everyone.
Get Your Free Quote
Enter your email and we will contact you
setEmail(e.target.value)}
className=”p-2 rounded text-black”
/>