Skip to content

Commit

Permalink
removed startup directory from elab page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Zausinger committed Sep 8, 2024
1 parent 5109f9b commit 1c8f6af
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions app/e-lab/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import { Hero } from "./hero";
import type { Metadata } from "next";
import VentureTeam from "@components/VentureTeam";
import {Organization, WithContext} from "schema-dts";
import {startups} from "@data/e-lab-startups";
import StartupList from "@components/ELabStartupList";

export const metadata: Metadata = {
title: "TUM.ai - AI Entrepreneurship Lab",
Expand Down Expand Up @@ -319,31 +317,6 @@ export default function Page() {
/>
</Section>


<Section className="bg-purple-950 text-white">
<h2 className="mb-12 bg-gradient-to-r from-yellow-500 to-red-500 bg-clip-text text-center text-3xl font-semibold uppercase tracking-widest text-transparent sm:text-5xl">
E-Lab Startup Directory
</h2>
<p className="mb-8 text-center text-4xl">
Since <span className="text-yellow-500">2022</span>, we have founded{" "}
<span className="text-yellow-500">16 startups</span> within the{" "}
{" "}
<span className="text-yellow-500">E-LAB</span>
</p>
<div className="flex flex-col gap-8 lg:px-24 xl:px-44">
<p className="px-8 text-center">
We are proud to present the startups that have emerged from the AI
E-Lab program. Each of them has a unique story and a vision to
change the world with their AI-based solutions. We invite you to
explore the startups and their founders, get inspired by their
innovative ideas, and discover exciting job opportunities available
with these pioneering companies.
</p>
</div>
<ul style={{ marginTop: '20px' }}></ul>
<StartupList startups={startups} maxHeight="500px" />
</Section>

<Section className="bg-purple-950 text-white">
<h2 className="mb-12 bg-gradient-to-r from-yellow-500 to-red-500 bg-clip-text text-center text-3xl font-semibold uppercase tracking-widest text-transparent sm:text-5xl">
Meet our Partners and Sponsors
Expand Down

0 comments on commit 1c8f6af

Please sign in to comment.