This commit is contained in:
parent
417b606fcb
commit
c2eef5220d
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 MiB |
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { Facebook, Instagram, Twitter, Youtube, Volleyball } from "lucide-react";
|
import { Facebook, Instagram, Twitter, Youtube, Volleyball } from "lucide-react";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|
||||||
@ -18,19 +17,27 @@ const Footer = () => {
|
|||||||
Volleyball seit 1974.
|
Volleyball seit 1974.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex space-x-4">
|
<div className="flex space-x-4">
|
||||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
<a
|
||||||
<Facebook className="h-5 w-5" />
|
href="https://www.facebook.com/TGLaudenbachVolleyball"
|
||||||
</Button>
|
target="_blank"
|
||||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
rel="noopener noreferrer"
|
||||||
<Instagram className="h-5 w-5" />
|
>
|
||||||
</Button>
|
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
||||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
<Facebook className="h-5 w-5" />
|
||||||
<Twitter className="h-5 w-5" />
|
</Button>
|
||||||
</Button>
|
</a>
|
||||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
|
||||||
<Youtube className="h-5 w-5" />
|
<a
|
||||||
</Button>
|
href="https://www.instagram.com/tgl_volleyball"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
||||||
|
<Instagram className="h-5 w-5" />
|
||||||
|
</Button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user