Skip to content

Commit 52adaac

Browse files
update: added alice as a sponsor
1 parent d4823a3 commit 52adaac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

public/alice_logo.jpeg

26.5 KB
Loading

src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export default function Home() {
109109
{ src: "/Platform/brightlands_st_logo.png", alt: "brightlands_st_logo" },
110110
{ src: "/Platform/cei_logo.jpeg", alt: "cei_logo" },
111111
{ src: "/Platform/maastricht-university-logo.png", alt: "maastricht-university-logo" },
112+
{ src: "/Platform/alice_logo.jpeg", alt: "alice.tech logo", website:"alice.tech"},
113+
112114
]
113115

114116
return (
@@ -215,7 +217,7 @@ export default function Home() {
215217
<h2 className="text-3xl font-bold mb-12 text-center font-archivo text-blue-900">
216218
Our Partners
217219
</h2>
218-
<div className="grid md:grid-cols-4 gap-8 items-center justify-items-center">
220+
<div className="grid md:grid-cols-5 gap-4 items-center justify-items-center">
219221
{logos.map(({src, alt}) => (
220222
<div key={src} className="w-full flex justify-center">
221223
<Image src={src} alt={alt} width={150} height={75}

0 commit comments

Comments
 (0)