♻️ Delete email button and fix responsive style
This commit is contained in:
@@ -55,10 +55,12 @@ export default function Home() {
|
||||
Social-Media
|
||||
</FadeIn>
|
||||
{/* Social-Media*/}
|
||||
<FadeIn delay={300} transitionDuration={1500} className={styles.SocialMediaContainer}>
|
||||
<a href="mailto:solutionsagsit@gmail.com">
|
||||
<Image height={75} width={75} src={EmailIcon} alt="E-Mail" />
|
||||
</a>
|
||||
<FadeIn
|
||||
childTag={"div"}
|
||||
delay={300}
|
||||
transitionDuration={1500}
|
||||
className={styles.SocialMediaContainer}
|
||||
>
|
||||
<a href="https://www.instagram.com/ags_it_solutions/">
|
||||
<Image height={75} width={75} src={InstagramIcon} alt="Instagram" />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user