diff --git a/web/app/(site)/page.tsx b/web/app/(site)/page.tsx index 4c374bc..4d0d123 100644 --- a/web/app/(site)/page.tsx +++ b/web/app/(site)/page.tsx @@ -18,8 +18,8 @@ export default function Home() {
- a Webgameframework written in Typescript for Webgames which export in a single HTML File.{" "} - (and 3D Games in the Future) + a webgame framework written in Typescript for webgames which export in a single HTML file.{" "} + (and 3D Games in the future)
{/* Buttons */} @@ -88,7 +88,7 @@ export default function Home() { {[ { title: "High Performance", - desc: "samengine has no Runtime, this means, every unused Feature will NOT be in the export!" + desc: "samengine has no Runtime, this means, every unused feature will NOT be in the export!" }, // { // title: "Modular aufgebaut", @@ -100,7 +100,7 @@ export default function Home() { // }, { title: "Build", - desc: "samengine has its own buildtool to make the build workflow a lot easier!" + desc: "samengine has its own build tool to make the build workflow a lot easier!" }, ].map((f, i) => (- Start new with samengine and create a new high efficient webgame! + Start new with samengine and create a new highly efficient webgame!