diff --git a/components/contact/Contact.jsx b/components/contact/Contact.jsx
index 0b1cf53..71323fb 100644
--- a/components/contact/Contact.jsx
+++ b/components/contact/Contact.jsx
@@ -25,8 +25,6 @@ export default function Contact() {
fetchData();
}, []);
- if (loading) return
Loading...
;
- if (error) return null;
if (!data) return null;
const title = data.title || "";
diff --git a/components/footers/Footer.jsx b/components/footers/Footer.jsx
index 421f5ba..9d36bfe 100644
--- a/components/footers/Footer.jsx
+++ b/components/footers/Footer.jsx
@@ -14,7 +14,7 @@ export default function Footer15() {
return (