add: prototype section

This commit is contained in:
Dominik Natter
2025-03-27 23:19:47 +01:00
parent c8b4ad9c87
commit 385580f4ee

View File

@@ -95,6 +95,22 @@ export default async function Page({
<p className="text-lg text-justify">{result.issue}</p> <p className="text-lg text-justify">{result.issue}</p>
</section> </section>
<section className="py-4">
<h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4">
Prototyp
</h2>
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
<img
alt={result.prototype.description}
src={result.prototype.image.url}
className="object-fill "
/>
<div className="col-span-2">
<p className="text-lg">{result.prototype.description}</p>
</div>
</div>
</section>
<section className="py-4"> <section className="py-4">
<h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4"> <h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4">
Ergebnisse Ergebnisse
@@ -115,7 +131,7 @@ export default async function Page({
<img <img
alt={technology.name + " Logo"} alt={technology.name + " Logo"}
src={technology.technology.url} src={technology.technology.url}
className="object-fill h-16 h-16" className="object-fill h-16"
/> />
<div className="flex flex-col"> <div className="flex flex-col">
<h3 className="text-2xl">{technology.technology.name}</h3> <h3 className="text-2xl">{technology.technology.name}</h3>