mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add new font for about and news pages
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { Layout } from '@components/common'
|
||||
import AboutSlider from '@components/common/About/AboutSlider'
|
||||
import MessageMap from '@components/common/About/TestimonialCard'
|
||||
|
||||
export default function About() {
|
||||
return (
|
||||
<>
|
||||
<div className="mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
|
||||
<div style={{backgroundColor: "rgba(240, 226, 123, 0.9)"}} className={"mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit"}>
|
||||
<AboutSlider></AboutSlider>
|
||||
</div>
|
||||
</>
|
||||
|
@@ -3,7 +3,7 @@ import NewsSlider from '@components/common/News/NewsSlider'
|
||||
|
||||
export default function News() {
|
||||
return (
|
||||
<div className="mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
|
||||
<div style={{backgroundColor: "rgba(240, 226, 123, 0.9)"}} 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