import SignUpForm from "@/components/auth/signup-form"; import Image from "next/image"; import { redirect } from "next/navigation"; export default async function SignupPage({ searchParams, }: { searchParams: Promise<{ phone_number: string }>; }) { const atolls = await getAtollsWithIslands(); console.log(atolls.data); const phone_number = (await searchParams).phone_number; if (!phone_number) { return redirect("/login"); } return (
Pay for your devices and track your bills.