Commit 015a8c97 authored by Shehan Liyanage's avatar Shehan Liyanage

Merge branch 'homepageChages' into 'develop'

add urls

See merge request !14
parents 12bb82c0 00454967
......@@ -122,7 +122,7 @@ function Footer() {
},
}}
>
Email: contact@speakezy.com
Email: speakezy.lanka@gmail.com
</Typography>
</Grid>
<Grid item xs={12} sm={4}>
......@@ -142,7 +142,7 @@ function Footer() {
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
<IconButton
color='inherit'
href='https://www.facebook.com'
href='https://www.facebook.com/profile.php?id=61559725088835&mibextid=ZbWKwL'
sx={{
transition: 'transform 0.3s ease',
'&:hover': {
......@@ -155,7 +155,7 @@ function Footer() {
</IconButton>
<IconButton
color='inherit'
href='https://www.youtube.com'
href='https://www.youtube.com/@SpeakEzy-wg3ih'
sx={{
transition: 'transform 0.3s ease',
'&:hover': {
......@@ -236,6 +236,7 @@ export default function HomePage() {
sx={{
transition: 'transform 0.3s ease',
'&:hover': { transform: 'scale(1.05)' },
borderRadius: '20px',
}}
>
<CardMedia>
......@@ -274,6 +275,7 @@ export default function HomePage() {
sx={{
transition: 'transform 0.3s ease',
'&:hover': { transform: 'scale(1.05)' },
borderRadius: '20px',
}}
>
<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