diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd05ee8..42c0a16 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,7 +19,8 @@ export default function ContactPage() { ]; const contactButton = { - text: "Get Started", href: "#contact"}; + text: "Get Started", href: "#contact" + }; return ( { @@ -163,21 +175,28 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index e5834aa..d2b6a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,8 @@ export default function HomePage() { ]; const contactButton = { - text: "Get Started", href: "#contact"}; + text: "Get Started", href: "#contact" + }; return ( @@ -221,21 +241,28 @@ export default function HomePage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 21ea140..ae7fcbe 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -18,7 +18,8 @@ export default function ServicesPage() { ]; const contactButton = { - text: "Get Started", href: "#contact"}; + text: "Get Started", href: "#contact" + }; return (