feat: implement i18n routing and add localized footer component

This commit is contained in:
Yolando
2026-04-03 18:52:14 +07:00
parent b5a6acc622
commit 43c3bf45d1
5 changed files with 17 additions and 22 deletions

View File

@@ -147,9 +147,6 @@ export function ContactSection() {
{/* Right — Form */}
<div className="lg:col-span-3 relative p-6 md:p-8 rounded-2xl bg-card border border-border/50 shadow-lg">
{/* Subtle top accent */}
<div className="absolute top-0 inset-x-0 h-0.5 bg-gradient-to-r from-accent to-purple-500 rounded-t-2xl" />
{/* Success overlay */}
{formState === "success" && (
<div className="absolute inset-0 flex items-center justify-center bg-card/95 rounded-2xl z-10">