mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add RSVP button to bottom of page
This commit is contained in:
parent
b8674f13f1
commit
c27483e629
1 changed files with 7 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export default function Bin() {
|
|||
</Box>
|
||||
<br />
|
||||
<RsvpCount />
|
||||
<Box>
|
||||
<Box id="rsvp">
|
||||
<Sparkles size="100px">
|
||||
<Image src="https://cloud-rdlz8he4l-hack-club-bot.vercel.app/0thebin.svg" sx={{ maxWidth: '250px' }} />
|
||||
</Sparkles>
|
||||
|
|
@ -275,6 +275,12 @@ export default function Bin() {
|
|||
</Box>
|
||||
</Box>
|
||||
</Container>
|
||||
<Container>
|
||||
<Text as="h3">Turn some trash into your treasure.</Text>
|
||||
<br></br>
|
||||
<Button variant="ctaLg" as="a" href="#rsvp" >
|
||||
RSVP</Button><br></br><br></br>
|
||||
</Container>
|
||||
</Box>
|
||||
<Footer>
|
||||
<Box sx={{ a: { color: 'blue' }, pb: 4 }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue