This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 12:50:25 +00:00
parent 01a9c77c22
commit e7f63213c6
+4 -2
View File
@@ -28,14 +28,16 @@ const FAQ = () => {
return ( return (
<div className="bg-background text-foreground min-h-screen"> <div className="bg-background text-foreground min-h-screen">
<Header /> <Header />
<main className="max-w-3xl mx-auto px-6 pt-32 pb-16"> <div className="px-6 pt-32">
<Link <Link
to="/" to="/"
className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors mb-8" className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors"
> >
<ArrowLeft size={16} /> <ArrowLeft size={16} />
<span>Tillbaka till startsidan</span> <span>Tillbaka till startsidan</span>
</Link> </Link>
</div>
<main className="max-w-3xl mx-auto px-6 pt-8 pb-16">
<h1 className="text-3xl md:text-4xl font-bold text-center mb-4"> <h1 className="text-3xl md:text-4xl font-bold text-center mb-4">
Vanliga frågor Vanliga frågor
</h1> </h1>