import type { SliderSlideProps } from "@/components/sliders/slider-slide"; import Button from "../ui/button"; const ACTION_AREA_HEIGHT = 112; const CONTENT_MASK = `linear-gradient(to bottom, black 0, black calc(100% - ${ACTION_AREA_HEIGHT}px), transparent calc(100% - ${ACTION_AREA_HEIGHT}px), transparent 100%)`; export function SliderSlideOne({ index }: SliderSlideProps) { return (

Submit Process

{index + 1}/4 terms & conditions

Dear user, while welcoming you to the Habib Marij application, please read the following rules and regulations carefully before using the services of this platform. Your registration and use of this application constitutes full acceptance of these rules.

1. Eligibility and Membership Requirements

Legal Age:{" "} Users must meet the minimum legal age for independent registration.

Identity Verification:{" "} Mandatory submission of valid government-issued ID upon registration.

Single Status Commitment:{" "} Users must provide proof of being single, or documents confirming divorce or spouse's death upon request.

Intent:{" "} Commitment to monogamy and intention for permanent marriage only (no simultaneous or temporary relationships).

General Health:{" "} Self-declaration regarding mental health, absence of addiction, and no criminal record.

2. Privacy and Data Management

Content Security:{" "} Technical prevention of screenshots from profiles and chat environments.

Progressive Disclosure:{" "} Sensitive information (face, contact details) revealed step-by-step only with mutual consent.

); } export function SliderSlideOneActions() { return (
); }