From 37ee4cff1ddfdba87661bd1e3d8f4f15679cb863 Mon Sep 17 00:00:00 2001 From: AutonetSellCar Deploy Date: Thu, 15 Jan 2026 22:38:42 +0900 Subject: [PATCH] feat: Swap images between About and Contact pages - About page: CarsImage as large hero with company intro below - Contact page: HandShakeImage as semi-transparent hero background Co-Authored-By: Claude Opus 4.5 --- frontend/src/app/about/page.tsx | 44 +++++++++++++------------------ frontend/src/app/contact/page.tsx | 32 +++++++++++----------- 2 files changed, 36 insertions(+), 40 deletions(-) diff --git a/frontend/src/app/about/page.tsx b/frontend/src/app/about/page.tsx index f7350ed..ec8df82 100644 --- a/frontend/src/app/about/page.tsx +++ b/frontend/src/app/about/page.tsx @@ -60,36 +60,32 @@ export default function AboutPage() { return (
- {/* Hero Section */} -
-
-
-

{t.aboutTitle}

-

{t.aboutSubtitle}

+ {/* Hero Section with Large Image */} +
+ Car Export Terminal +
+
+
+
+

{t.aboutTitle}

+

{t.aboutSubtitle}

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

{t.companyIntro}

-
+

{t.companyIntro}

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

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

)} -
-
diff --git a/frontend/src/app/contact/page.tsx b/frontend/src/app/contact/page.tsx index cd64107..f1da8aa 100644 --- a/frontend/src/app/contact/page.tsx +++ b/frontend/src/app/contact/page.tsx @@ -162,10 +162,21 @@ export default function ContactPage() { return (
- {/* Hero Section */} -
-
-

{t.contactUs}

+ {/* Hero Section with Background Image */} +
+ {/* Background Image */} +
+ Global Partnership +
+
+
+

{t.contactUs}

{language === 'ko' ? '궁금한 점이 있으시면 언제든지 문의해 주세요' : 'Feel free to contact us anytime'}

@@ -555,17 +566,8 @@ export default function ContactPage() { )} {/* Business Partnership Section */} -
- {/* Background Image */} -
- Car Export Terminal -
-
+
+