diff --git a/public/images/project1.jpeg b/public/images/project1.jpeg
new file mode 100644
index 0000000..b58163a
Binary files /dev/null and b/public/images/project1.jpeg differ
diff --git a/public/images/project2.jpeg b/public/images/project2.jpeg
new file mode 100644
index 0000000..0fadf73
Binary files /dev/null and b/public/images/project2.jpeg differ
diff --git a/public/images/project3.jpeg b/public/images/project3.jpeg
new file mode 100644
index 0000000..4e55131
Binary files /dev/null and b/public/images/project3.jpeg differ
diff --git a/public/images/project4.jpeg b/public/images/project4.jpeg
new file mode 100644
index 0000000..6afa11d
Binary files /dev/null and b/public/images/project4.jpeg differ
diff --git a/src/app/[locale]/about-us/page.tsx b/src/app/[locale]/about-us/page.tsx
index 1c9c0ee..4e8d0c8 100644
--- a/src/app/[locale]/about-us/page.tsx
+++ b/src/app/[locale]/about-us/page.tsx
@@ -4,6 +4,7 @@ import AboutTopInfo from '@/components/pages/about/TopInfo';
import { IPageParams } from '@/models/layout';
import { setRequestLocale } from 'next-intl/server';
import { getTranslations } from 'next-intl/server';
+import Head from 'next/head';
export default async function AboutUs({
params,
@@ -18,12 +19,21 @@ export default async function AboutUs({
const t = await getTranslations({ locale });
return (
-
+ {t('com_about_info_description')} +
+{t('com_about_info_description')}
{t('com_home_story_description')}
-