"use client"; import Image from "next/image"; import AdvisorActionsCard from "@/components/ui/advisor-actions-card"; import NavigationButton from "@/components/ui/navigation-button"; import { PageBackground } from "@/components/utils/page-background"; import { useI18n } from "@/i18n/provider"; import Link from "next/link"; const advisorAvatars = [ { id: "advisor-primary", src: "/assets/images/Avatar Image.png" }, { id: "advisor-secondary", src: "/assets/images/Ellipse 370.png" }, { id: "advisor-tertiary", src: "/assets/images/Avatar Image.png" }, ]; export default function RequestSentPage() { const { dictionary: t } = useI18n(); const copy = t.findingMatch; return ( <>

Habib Marriage

Request sent

Request Sent

We will propose marriage on your behalf. If they accept, their contact details will be shared with you.

Match Profile
lock

Profile is locked

); }