Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
feat: added seperator and Virtual chef section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericsauce committed Apr 23, 2022
1 parent 5c982cc commit 13a6fb5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions next/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,32 @@ export default function HomePage() {
Click here to see our menu!
</Button>
</Container>
<Image
align='center'
height={30}
src='https://imgprd19.hobbylobby.com/c/ff/aa/cffaafaf122ca61c02d560db086a1ff41ef92ca9/1400Wx1400H-171017-a-0521-PX.jpg'
/>
<Container>
<Title sx={{fontSize: 35, fontWeight: 200}} align='center' mt={10}>
Welcome our new virtual Chef
</Title>
<Text sx={{fontSize: 18}} align='center' weight={500}>
Our new virtual Chef is here! He's waiting for you at the bottom right, ready to take your order.
</Text>
<Image
mb={5}
align='center'
width={100}
height={100}
src='https://www.logopik.com/wp-content/uploads/edd/2018/07/Chef-Logo-Vector-Download.png'
/>
<Text sx={{fontSize: 18, fontWeight: 100}} align='center' mb={15}>
If you are not sure what you want, FEAR NOT, our Chef can recommend you dishes to fit your needs.
You only need to tell him what kind of food you feel like eating, (eg. chicken, beef, etc)
or how you'd like your food (eg. spicy, sweet, etc.)
and our Chef will reccomend the perfect dishes for you.
</Text>
</Container>
</>
)
}

0 comments on commit 13a6fb5

Please sign in to comment.