This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:04:19 +00:00
parent 2413af3256
commit 4dfcfadf88
+7 -6
View File
@@ -69,16 +69,17 @@ const Contact = () => {
return ( return (
<div className="min-h-screen bg-background flex flex-col"> <div className="min-h-screen bg-background flex flex-col">
<Header /> <Header />
<main className="flex-1 pt-24 pb-16 px-4"> <div className="px-6 pt-32">
<div className="max-w-xl mx-auto">
{/* Back link */}
<button <button
onClick={() => navigate("/")} onClick={() => navigate("/")}
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground transition-colors mb-8" className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors"
> >
<ArrowLeft className="w-4 h-4" /> <ArrowLeft size={16} />
Tillbaka till startsidan <span>Tillbaka till startsidan</span>
</button> </button>
</div>
<main className="flex-1 pt-8 pb-16 px-4">
<div className="max-w-xl mx-auto">
{/* Header */} {/* Header */}
<div className="text-center mb-10"> <div className="text-center mb-10">