We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4190f4 commit 3906c02Copy full SHA for 3906c02
src/components/Index/Hero.component.tsx
@@ -19,16 +19,13 @@ const Hero = () => (
19
/>
20
<div className="absolute inset-0 bg-black bg-opacity-30" />
21
</div>
22
-
+
23
<div className="relative h-full container mx-auto flex items-center p-4 md:p-0">
24
<div className="max-w-xl">
25
<h1 className="text-3xl md:text-4xl lg:text-5xl font-light text-white mb-6">
26
Stripete Zig Zag Pute Sett
27
</h1>
28
- <Button
29
- href="/produkter"
30
- variant="hero"
31
- >
+ <Button href="/produkter" variant="hero">
32
Se Utvalget
33
</Button>
34
0 commit comments