diff --git a/src/pages/contact.js b/src/pages/contact.js index 1a5e9fd..8596167 100644 --- a/src/pages/contact.js +++ b/src/pages/contact.js @@ -59,7 +59,7 @@ function ContactPage() { title="Contact" /> -
+
diff --git a/src/pages/index.js b/src/pages/index.js index aa86aa0..728988f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -106,14 +106,14 @@ export default function Home() { `dental implants`, `dentures`, `general dentistry`, - `teeth whitening` + `teeth whitening`, ]} title="Home" /> -
+
-
+
{infoMap()}
diff --git a/src/pages/services.js b/src/pages/services.js index 3404799..bc406ad 100644 --- a/src/pages/services.js +++ b/src/pages/services.js @@ -65,7 +65,7 @@ function ServicesPage() { { name: `CEREC Dentistry`, icon: iconQuery.cerec.childImageSharp.fluid, - intro: `Some people avoid cosmetic dental work because they don't have the time for repeat appointments. But thanks to our CEREC services, a new and improved smile can soon be yours. All it takes is a single visit to our convenient Falls Church, VA office.`, + intro: `Some people avoid cosmetic dental work because they don't have the time for repeat appointments but thanks to our CEREC services, a new and improved smile can soon be yours. All it takes is a single visit to our convenient Falls Church, VA office.`, sections: [ { title: `Instant Results`, diff --git a/src/shared/header.js b/src/shared/header.js index 9de82d1..af3d7d3 100644 --- a/src/shared/header.js +++ b/src/shared/header.js @@ -34,7 +34,7 @@ export default function Header() { const routesMap = () => { return routes.map((link) => { let style = - "block mx-6 mt-4 p-1 rounded md:inline-block md:mt-0 md:ml-6 hover:bg-blue-300 transition-colors ease-in-out duration-300"; + "block mx-6 mt-4 p-2 rounded md:inline-block md:mt-0 md:ml-6 hover:bg-blue-300 transition-colors ease-in-out duration-300"; return link.route.charAt(0) === "/" ? ( {routesMap()} diff --git a/src/shared/layout.js b/src/shared/layout.js index 7080761..4ed8069 100644 --- a/src/shared/layout.js +++ b/src/shared/layout.js @@ -7,7 +7,7 @@ export default function Layout({ children }) {
-
+
{children}
diff --git a/static/favicon.ico b/static/favicon.ico index 1a466ba..7851889 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ