diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 2cf3531..995a518 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -17,24 +17,21 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Web Design", href: "/" },
{ label: "Branding", href: "/" },
{ label: "Digital Marketing", href: "/" },
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/" },
{ label: "Work", href: "/" },
{ label: "Contact", href: "/contact" },
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com/twardo" },
{ label: "LinkedIn", href: "https://linkedin.com/company/twardo" },
{ label: "Instagram", href: "https://instagram.com/twardo" },
@@ -63,14 +60,14 @@ export default function ContactPage() {