import { type FC } from "react"; import { Card, CardContent } from "@/components/ui/card"; import { ArrowLeftRight, User } from "lucide-react"; import { Button } from "@/components/ui/button"; const AgreementPage: FC = () => { return (
{/* icon */}
{/* */}
{/* */}

MDN Lab Services {" "} wants to access your Home Account

qwer.009771@gmail.com

This will allow{" "} MDN Lab Services {" "} to:

{/* */}

View your full name, email and profile image

View your permission from "MDN" group

Are you sure you want to trust MDN Lab Services?

Please do not share any sensitive, personal, or unnecessary information unless you trust this service. Protect your privacy and only provide information that is required for the intended purpose.

); }; export default AgreementPage;