Commit 00454967 authored by Shehan Liyanage's avatar Shehan Liyanage

add urls

parent 12bb82c0
...@@ -122,7 +122,7 @@ function Footer() { ...@@ -122,7 +122,7 @@ function Footer() {
}, },
}} }}
> >
Email: contact@speakezy.com Email: speakezy.lanka@gmail.com
</Typography> </Typography>
</Grid> </Grid>
<Grid item xs={12} sm={4}> <Grid item xs={12} sm={4}>
...@@ -142,7 +142,7 @@ function Footer() { ...@@ -142,7 +142,7 @@ function Footer() {
<Box sx={{ display: 'flex', justifyContent: 'center' }}> <Box sx={{ display: 'flex', justifyContent: 'center' }}>
<IconButton <IconButton
color='inherit' color='inherit'
href='https://www.facebook.com' href='https://www.facebook.com/profile.php?id=61559725088835&mibextid=ZbWKwL'
sx={{ sx={{
transition: 'transform 0.3s ease', transition: 'transform 0.3s ease',
'&:hover': { '&:hover': {
...@@ -155,7 +155,7 @@ function Footer() { ...@@ -155,7 +155,7 @@ function Footer() {
</IconButton> </IconButton>
<IconButton <IconButton
color='inherit' color='inherit'
href='https://www.youtube.com' href='https://www.youtube.com/@SpeakEzy-wg3ih'
sx={{ sx={{
transition: 'transform 0.3s ease', transition: 'transform 0.3s ease',
'&:hover': { '&:hover': {
...@@ -236,6 +236,7 @@ export default function HomePage() { ...@@ -236,6 +236,7 @@ export default function HomePage() {
sx={{ sx={{
transition: 'transform 0.3s ease', transition: 'transform 0.3s ease',
'&:hover': { transform: 'scale(1.05)' }, '&:hover': { transform: 'scale(1.05)' },
borderRadius: '20px',
}} }}
> >
<CardMedia> <CardMedia>
...@@ -274,6 +275,7 @@ export default function HomePage() { ...@@ -274,6 +275,7 @@ export default function HomePage() {
sx={{ sx={{
transition: 'transform 0.3s ease', transition: 'transform 0.3s ease',
'&:hover': { transform: 'scale(1.05)' }, '&:hover': { transform: 'scale(1.05)' },
borderRadius: '20px',
}} }}
> >
<CardMedia> <CardMedia>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment