import VerifyOTPForm from "@/components/auth/verify-otp-form"; import Image from "next/image"; import React from "react"; export default async function VerifyOTP({ searchParams, }: { searchParams: Promise<{ phone_number: string }> }) { const phone_number = (await searchParams).phone_number return
Sar Link Logo

SAR Link Portal

Pay for your devices and track your bills.

; }