feat: implement i18n routing and add localized footer component
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user