Use meta functions for titles

This commit is contained in:
2023-10-19 16:49:20 -04:00
parent 702a780b3c
commit 7b577d5c89
8 changed files with 54 additions and 2 deletions

View File

@ -1,5 +1,11 @@
import { Container, Heading, Link, Text } from "@chakra-ui/react";
export function meta() {
return {
title: "Terms and Conditions - Car Crushers",
};
}
export default function () {
return (
<Container maxW="container.lg" pb="8vh" pt="4vh" textAlign="start">