diff --git a/app/routes/about.tsx b/app/routes/about.tsx new file mode 100644 index 0000000..577810c --- /dev/null +++ b/app/routes/about.tsx @@ -0,0 +1,53 @@ +import { Container, Heading, Link, Text } from "@chakra-ui/react"; + +export default function () { + return ( + + About Us + + Panwellz has always been a fan of destruction. Unfortunately, many forms + of property destruction are not (usually) legal in the normal world, so + he had to settle for Roblox. Although it wasn't all bad as he was still + able to profit from it. + +
+ + Since the creation of Car Crushers, we have accepted no outside funding + whatsoever, and we do not plan on ever accepting such in the future. Nor + have we ever utilized gambling or other predatory tactics for profit. + +
+ Customer Support + + + +
+ Company Information + + Wells Studios AB +
+ Västerås, Västmanland +
+ Reg no: 559206-0452 +
+ + https://discord.com/invite/carcrushers + +
+
+ ); +}