We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2fdce0 + aa11ea5 commit 65c3eadCopy full SHA for 65c3ead
public/sture-logo-up.png
81.1 KB
src/components/shared/Footer.tsx
@@ -1,4 +1,5 @@
1
import { InstagramIcon, LinkedinIcon, Music2Icon } from "lucide-react"
2
+import Image from "next/image"
3
4
export function Footer() {
5
return (
@@ -51,15 +52,15 @@ export function Footer() {
51
52
</div>
53
54
<div className="m-5 mb-3 mt-7 w-1/4 place-items-center text-center md:place-items-start md:text-left">
- <p>
55
- <b>ARMADA</b>
56
- </p>
57
58
- <i>Drottning Kristinas väg 15</i>
59
60
61
- <i>114 28, Stockholm</i>
+ <p className="pb-4">
+ <b>In Partnership With:</b>
62
</p>
+ <Image
+ src={"/sture-logo-up.png"}
+ alt={"Sture Logo"}
+ width={60}
+ height={120}
63
+ />
64
65
66
)
0 commit comments