feat: rebrand WinningHunter as AdSeeQ
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import { BrandLogo } from "@/components/brand-logo";
|
||||
|
||||
function GoogleIcon() {
|
||||
return (
|
||||
@@ -33,6 +34,7 @@ export default function RegisterPage() {
|
||||
return (
|
||||
<main className="grid min-h-screen place-items-center bg-slate-50 px-4">
|
||||
<form onSubmit={submit} className="w-full max-w-md rounded-3xl bg-white p-8 shadow-soft">
|
||||
<a href="/" className="mb-7 inline-flex"><BrandLogo /></a>
|
||||
<h1 className="text-3xl font-black">Ücretsiz başla</h1>
|
||||
|
||||
<label className="mt-6 block text-sm font-bold">Ad</label>
|
||||
|
||||
Reference in New Issue
Block a user