From 015805a773ddbf80e7ae1562ba533394eed7965c Mon Sep 17 00:00:00 2001 From: ShadowDara <128976697+ShadowDara@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:35:45 +0200 Subject: [PATCH] Update page.tsx --- web/app/(site)/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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!