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 { Button } from "@/components/ui/button";
|
||||
|
||||
@ -18,19 +17,27 @@ const Footer = () => {
|
||||
Volleyball seit 1974.
|
||||
</p>
|
||||
<div className="flex space-x-4">
|
||||
<a
|
||||
href="https://www.facebook.com/TGLaudenbachVolleyball"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
||||
<Facebook className="h-5 w-5" />
|
||||
</Button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
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>
|
||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
||||
<Twitter className="h-5 w-5" />
|
||||
</Button>
|
||||
<Button variant="ghost" size="icon" className="text-gray-400 hover:text-white">
|
||||
<Youtube className="h-5 w-5" />
|
||||
</Button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user