diff --git a/frontend/public/images/cars-export.png b/frontend/public/images/cars-export.png new file mode 100644 index 0000000..ee51a2d Binary files /dev/null and b/frontend/public/images/cars-export.png differ diff --git a/frontend/public/images/handshake.png b/frontend/public/images/handshake.png new file mode 100644 index 0000000..6549570 Binary files /dev/null and b/frontend/public/images/handshake.png differ diff --git a/frontend/src/app/about/page.tsx b/frontend/src/app/about/page.tsx index b42deb7..f7350ed 100644 --- a/frontend/src/app/about/page.tsx +++ b/frontend/src/app/about/page.tsx @@ -72,11 +72,24 @@ export default function AboutPage() { {/* Company Introduction */}
-
+
-

{t.companyIntro}

+
+ {/* Image Section */} +
+ Global Partnership +
-
+ {/* Text Section */} +
+

{t.companyIntro}

+
{language === 'ko' ? ( <>

@@ -152,6 +165,8 @@ export default function AboutPage() {

)} +
+
diff --git a/frontend/src/app/contact/page.tsx b/frontend/src/app/contact/page.tsx index b5a4c91..cd64107 100644 --- a/frontend/src/app/contact/page.tsx +++ b/frontend/src/app/contact/page.tsx @@ -4,6 +4,7 @@ import { useState, useEffect } from 'react'; import { useTranslation } from '@/lib/i18n'; import { useAuthStore } from '@/lib/store'; import { inquiryApi, Inquiry, InquiryWithMessages } from '@/lib/api'; +import Image from 'next/image'; const CATEGORY_LABELS: Record> = { ko: { @@ -554,8 +555,17 @@ export default function ContactPage() { )} {/* Business Partnership Section */} -
-
+
+ {/* Background Image */} +
+ Car Export Terminal +
+