mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Add catchphrases into about page
This commit is contained in:
15
site/pages/news.tsx
Normal file
15
site/pages/news.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Layout } from '@components/common'
|
||||
import { Text } from '@components/ui'
|
||||
|
||||
export default function News() {
|
||||
return (
|
||||
<div className="max-w-2xl mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
|
||||
<Text variant="heading">Not Found</Text>
|
||||
<Text className="">
|
||||
The requested page doesn't exist or you don't have access to it.
|
||||
</Text>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
News.Layout = Layout
|
Reference in New Issue
Block a user