mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Create "where we are" and news pages
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Layout } from '@components/common'
|
||||
import NewsSlider from '@components/common/News/NewsSlider'
|
||||
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">Work In Progress</Text>
|
||||
<Text className="">We are working for you...</Text>
|
||||
<div className="mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
|
||||
<NewsSlider></NewsSlider>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user