@@ -9,11 +9,8 @@ const items = [
99 image : '/conference.jpg' ,
1010 content : (
1111 < >
12- At TUM Blockchain Club, we host conferences, workshops, and
13- events to educate and inspire the next generation of blockchain enthusiasts.
14- One of our flagship events is the annual < span className = "font-bold" > TUM Blockchain Conference</ span > ,
15- which brings together experts, enthusiasts, and professionals to discuss the
16- latest trends and developments in the blockchain space.
12+ Our flagship annual < span className = "font-bold" > TUM Blockchain Conference</ span > brings together experts,
13+ enthusiasts, and professionals to discuss the latest trends and developments in blockchain technology.
1714 </ >
1815 )
1916 } ,
@@ -33,9 +30,7 @@ const items = [
3330 image : '/bootcamp.jpg' ,
3431 content : (
3532 < >
36- We offer a bootcamp to introduce students to the basics of blockchain technology.
37- This bootcamp is a great way to get started with blockchain and learn about the latest trends and developments in the industry.
38- The topics can range from basic concepts to more advanced topics like smart contracts and decentralized applications.
33+ Our bootcamp introduces students to blockchain fundamentals and advanced topics like smart contracts and decentralized applications.
3934 </ >
4035 )
4136 } ,
@@ -76,9 +71,9 @@ export const SlideShow = () => {
7671 < AccordionItem key = { index } index = { index } title = { item . title } image = { item . image } >
7772 < AccordionContent >
7873 < div className = 'absolute w-full overflow-x-hidden h-full bottom-0 left-0 z-10 p-4 flex items-end' style = { { background : 'linear-gradient(0deg, rgba(10, 0, 22, 0.75) 30%, rgba(10, 0, 22, 0.00) 100%)' } } >
79- < div className = 'flex min-w-96 w-[360px] flex-col gap-4 justify-end' >
74+ < div className = 'flex lg: min-w-96 w-[360px] flex-col gap-4 justify-end' >
8075 < h3 className = 'font-heading font-bold lg:text-2xl' > { item . title } </ h3 >
81- < p className = 'text-md' >
76+ < p className = 'text-md text-wrap ' >
8277 { item . content }
8378 </ p >
8479 </ div >
0 commit comments