File tree Expand file tree Collapse file tree 4 files changed +13
-19
lines changed
Expand file tree Collapse file tree 4 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ export default async function AboutPage() {
2525 </ div >
2626 </ section >
2727 </ Container >
28- < Container asChild className = "py-12 mt-12 xl:mt-24" >
28+ { /* <Container asChild className="py-12 mt-12 xl:mt-24">
2929 <section>
3030 <Timeline />
3131 </section>
32- </ Container >
32+ </Container> */ }
3333 < Container asChild className = "py-12 mt-12 xl:mt-24" >
3434 < section >
3535 < ClubStructure departments = { departments } />
Original file line number Diff line number Diff line change @@ -23,20 +23,14 @@ export default async function MembershipPage() {
2323 < p className = "text-white text-md lg:text-lg text-center font-body tracking-wide" >
2424 Our membership is open to all university students in Munich!
2525 </ p >
26- < div className = "relative pb-12 w-full h-[450px] hidden lg:block mt-8 filter grayscale hover:grayscale-0 transition-all duration-150 " >
26+ < div className = "w-full mt-8 mb-12 lg:mb-0 " >
2727 < Image
28- src = { "/membership.png" }
29- alt = "text"
30- fill
31- className = "object-cover mx-auto"
32- />
33- </ div >
34- < div className = "elative mb-12 w-full lg:hidden h-[160px] filter grayscale hover:grayscale-0 transition-all duration-150" >
35- < Image
36- src = { "/membership.png" }
37- alt = "text"
38- fill
39- className = "object-cover mx-auto"
28+ src = "/group_photo.webp"
29+ alt = "Our group photo"
30+ width = { 6000 }
31+ height = { 4000 }
32+ className = "w-full h-auto rounded-2xl"
33+ sizes = "(max-width: 1024px) 100vw, 1024px"
4034 />
4135 </ div >
4236 </ div >
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ export default function Home() {
7676 < br /> Less than a corporate
7777 </ h1 >
7878 </ div >
79- < div className = "relative w-full lg:hidden h-[360px] filter grayscale hover:grayscale-0 transition-all duration-150 " >
80- < Image src = "/group_photo.webp " alt = "Our group photo" fill className = "object-cover" />
79+ < div className = "relative w-full lg:hidden h-[360px] rounded-2xl overflow-hidden " >
80+ < Image src = "/group_photo.jpeg " alt = "Our group photo" fill className = "object-cover" />
8181 </ div >
8282 < p className = "font-body text-center lg:text-start text-md lg:text-lg" >
8383 TUM Blockchain Club is a legally registered non-profit organization under German law and an officially accredited student club at the
@@ -86,8 +86,8 @@ export default function Home() {
8686 lasting mark on the global blockchain ecosystem.
8787 </ p >
8888 </ div >
89- < div className = "relative w-full hidden lg:block h-[720px] mt-20 filter grayscale hover:grayscale-0 transition-all duration-150 " >
90- < Image src = "/group_photo.webp " alt = "Our group photo" fill className = "object-cover" />
89+ < div className = "relative w-full hidden lg:block h-[720px] mt-20 rounded-2xl overflow-hidden " >
90+ < Image src = "/group_photo.jpeg " alt = "Our group photo" fill className = "object-cover" />
9191 </ div >
9292 </ section >
9393 </ Container >
You can’t perform that action at this time.
0 commit comments