diff --git a/src/layout/Footer.tsx b/src/layout/Footer.tsx
index a11063c..eea9a14 100644
--- a/src/layout/Footer.tsx
+++ b/src/layout/Footer.tsx
@@ -155,7 +155,7 @@ const Footer = () => {
{content.businessAddress1}
{content.businessAddress2}
- © Focus 2025. All rights reserved.
+ © Focus {(new Date()).getFullYear()}. All rights reserved.
)
}