Skip to content

Commit

Permalink
Merge pull request #113 from PES-Innovation-Lab/Achyuth
Browse files Browse the repository at this point in the history
chore: Add FAQ WA to landing and footer
  • Loading branch information
achyuthcodes30 authored Oct 14, 2024
2 parents fd0cc39 + 20e5b83 commit 6273fc0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import GitHubIcon from '@material-ui/icons/GitHub'
import InstagramIcon from '@material-ui/icons/Instagram'
import LinkedInIcon from '@material-ui/icons/LinkedIn'
import Link from 'next/link'
import { SiWhatsapp } from 'react-icons/si'

// const headerStyle = {
// backgroundColor: 'black',
Expand Down Expand Up @@ -95,6 +96,17 @@ const Footer = () => (
</IconButton>
</a>
</Grid>
<Grid item xs={2} style={{ textAlign: 'center' }}>
<a
href="https://chat.whatsapp.com/ELOGHQUFDjUAWpBmhOMnRR"
target="_blank"
rel="noreferrer"
>
<IconButton>
<SiWhatsapp className="memberCardSocialIcons" />
</IconButton>
</a>
</Grid>
</Grid>
</div>
<div className="footerSection"></div>
Expand Down
3 changes: 3 additions & 0 deletions components/root/AboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default function AboutUs() {
<GreenHightlight>close-knit family</GreenHightlight> who
contribute to the lab long after their graduation.
</p>

<a href="https://chat.whatsapp.com/ELOGHQUFDjUAWpBmhOMnRR" className=" mt-20 transition-all duration-500 ease-in-out hover:scale-110 hover:bg-gradient-to-r hover:from-emerald-600 hover:to-green-400 bg-gradient-to-r from-green-900 via-green-700 to-emerald-600 p-4 rounded-xl text-white">Learn More!</a>

</div>
</div>
)
Expand Down

0 comments on commit 6273fc0

Please sign in to comment.