diff --git a/messages/en.json b/messages/en.json
index c7c2755..3d3d885 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -159,7 +159,10 @@
}
},
"Footer": {
+ "description": "Building secure, scalable, enterprise-grade systems. Specializing in banking & fintech infrastructure.",
+ "quickLinksTitle": "Quick Links",
+ "connectTitle": "Connect",
"backToTop": "Back to top",
- "copyright": "Yolando. Built with Next.js & crafted with purpose."
+ "copyright": "Yolando. All Rights Reserved."
}
}
\ No newline at end of file
diff --git a/messages/id.json b/messages/id.json
index 68dd090..d521204 100644
--- a/messages/id.json
+++ b/messages/id.json
@@ -159,7 +159,10 @@
}
},
"Footer": {
+ "description": "Membangun sistem tingkat enterprise yang aman dan dapat diskalakan. Terspesialisasi dalam infrastruktur perbankan & fintech.",
+ "quickLinksTitle": "Tautan Cepat",
+ "connectTitle": "Terhubung",
"backToTop": "Kembali ke atas",
- "copyright": "Yolando. Dibangun dengan Next.js & dibuat dengan penuh tujuan."
+ "copyright": "Yolando. Semua Hak Cipta Dilindungi."
}
}
\ No newline at end of file
diff --git a/src/features/messages/contact-section.tsx b/src/features/messages/contact-section.tsx
index 5e7fa04..290c826 100644
--- a/src/features/messages/contact-section.tsx
+++ b/src/features/messages/contact-section.tsx
@@ -147,9 +147,6 @@ export function ContactSection() {
{/* Right — Form */}