From 84b5a498e6c217fd0d0e947b890f2e57e06451eb Mon Sep 17 00:00:00 2001 From: pkupuk Date: Sun, 1 Mar 2026 12:51:36 +0800 Subject: [PATCH] feat: Redesign the contact page by adding a contact image and updating the form layout and styling. --- apps/frontend/src/pages/contact-us.astro | 407 ++++++++++++----------- 1 file changed, 221 insertions(+), 186 deletions(-) diff --git a/apps/frontend/src/pages/contact-us.astro b/apps/frontend/src/pages/contact-us.astro index dfaad08..3b7d00e 100644 --- a/apps/frontend/src/pages/contact-us.astro +++ b/apps/frontend/src/pages/contact-us.astro @@ -4,314 +4,349 @@ * Pixel-perfect implementation based on Webflow design * Includes form validation, submission handling, and responsive layout */ -import Layout from '../layouts/Layout.astro' +import Layout from "../layouts/Layout.astro"; // Metadata for SEO -const title = '聯絡我們 | 恩群數位行銷' -const description = '有任何問題嗎?歡迎聯絡恩群數位行銷,我們的專業團隊將竭誠為您服務。電話: 02 5570 0527,Email: enchuntaiwan@gmail.com' +const title = "聯絡我們 | 恩群數位行銷"; +const description = + "有任何問題嗎?歡迎聯絡恩群數位行銷,我們的專業團隊將竭誠為您服務。電話: 02 5570 0527,Email: enchuntaiwan@gmail.com"; --- -
-
+
+
+ +
+ 聯絡我們插圖 +
+ -
-

聯絡我們

-

- 有任何問題嗎?歡迎聯絡我們,我們將竭誠為您服務。 +

+

+ 與我們聯絡 +

+

+ 任何關於行銷的相關訊息或是詢價,歡迎與我們聯絡

-

- * 標註欄位為必填 +

+ 有星號的地方 (*) 是必填欄位

-
+ -
-