commit-3
This commit is contained in:
@@ -29,12 +29,12 @@ export default async function HomePage() {
|
||||
<AppShell>
|
||||
<div className="space-y-6">
|
||||
<header className="flex flex-col gap-4 pt-2 sm:flex-row sm:items-center">
|
||||
<div className="h-16 w-16 shrink-0">
|
||||
<div className="h-48 w-48 shrink-0">
|
||||
<Image
|
||||
src="/4tech_logo.png"
|
||||
alt="4TECH logo"
|
||||
width={52}
|
||||
height={52}
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-contain"
|
||||
priority
|
||||
/>
|
||||
|
||||
@@ -15,18 +15,17 @@ export default async function LoginPage() {
|
||||
<div className="w-full max-w-md">
|
||||
<GlassCard className="p-7 sm:p-8">
|
||||
<div className="mb-8 text-center">
|
||||
<div className="mx-auto mb-4 h-20 w-20">
|
||||
<div className="mx-auto mb-5 h-60 w-60 max-w-full">
|
||||
<Image
|
||||
src="/4tech_logo.png"
|
||||
alt="4TECH logo"
|
||||
width={64}
|
||||
height={64}
|
||||
width={240}
|
||||
height={240}
|
||||
className="h-full w-full object-contain"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
<h1 className="text-3xl font-black tracking-wide">4TECH</h1>
|
||||
<p className="mt-2 text-sm text-white/55">4TECH INNOVATION CO., LTD.</p>
|
||||
<p className="text-sm text-white/55">INNOVATION CO., LTD.</p>
|
||||
</div>
|
||||
<LoginForm />
|
||||
</GlassCard>
|
||||
|
||||
@@ -24,12 +24,12 @@ export async function AppShell({ children }: { children: React.ReactNode }) {
|
||||
<div className="mx-auto flex min-h-screen w-full max-w-7xl flex-col gap-6 p-4 md:flex-row md:p-6">
|
||||
<aside className="glass flex h-fit flex-col rounded-2xl p-4 md:sticky md:top-6 md:w-64">
|
||||
<Link href="/home" className="mb-6 flex items-center gap-3">
|
||||
<div className="h-12 w-12 shrink-0">
|
||||
<div className="h-36 w-36 shrink-0">
|
||||
<Image
|
||||
src="/4tech_logo.png"
|
||||
alt="4TECH logo"
|
||||
width={40}
|
||||
height={40}
|
||||
width={144}
|
||||
height={144}
|
||||
className="h-full w-full object-contain"
|
||||
priority
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user