diff --git a/src/pages/index.astro b/src/pages/index.astro index 4566e83..ef287ed 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -46,7 +46,7 @@ const projects = [ const navItems = ['Home', 'Skills', 'Projects', 'Contact'] const skills = [ - 'Wed Design', + 'Web Design', 'Full Stack Dev', 'ServiceNOW', 'Version Control', @@ -169,7 +169,7 @@ const socialNetworks = [

Skills & Expertise

{skills.map((skill) => ( -
+

{skill}

))} @@ -180,20 +180,20 @@ const socialNetworks = [

Featured Projects

{ - projects.map(project => ( - - )) + + ) }

Get in Touch

-
+
{ socialNetworks.map(socialNetwork => (