Fix vintage color background, add footer copyright and contact icons, add contact page

This commit is contained in:
Daniele Pancottini
2023-02-10 15:30:36 +01:00
parent 06e16e3a4b
commit 5a4c48c378
5 changed files with 51 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import NewsSlider from '@components/common/News/NewsSlider'
export default function News() {
return (
<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">
<div className="mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
<NewsSlider></NewsSlider>
</div>
)