From 09254b1f425d01b554a42845fa44a0f6914fa14b Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 17:00:49 +0000 Subject: [PATCH] Update components/Logo.tsx --- components/Logo.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 components/Logo.tsx diff --git a/components/Logo.tsx b/components/Logo.tsx new file mode 100644 index 0000000..b7c73c6 --- /dev/null +++ b/components/Logo.tsx @@ -0,0 +1,23 @@ +"use client"; +import Link from "next/link"; +import React from "react"; +import { AlertTriangle, Camera } from "lucide-react"; + +export const Logo = () => { + return ( + +
+ + +
+ Accident +
+ Save lives. + أنقذ الأرواح +
+ + ); +};