From 5b0ed665951f4edbae01b65f29bd51dab27c1fee Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:26 -0400 Subject: [PATCH] Create about page --- app/routes/about.tsx | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 app/routes/about.tsx 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 + +
    +
  • + Discord:{" "} + + Join the server + {" "} + and open a ticket with ModMail. +
  • +
  • + Forum:{" "} + + Make a post on our forum. + +
  • +
+
+
+ Company Information + + Wells Studios AB +
+ Västerås, Västmanland +
+ Reg no: 559206-0452 +
+ + https://discord.com/invite/carcrushers + +
+
+ ); +}