@@ -7,11 +7,6 @@ interface RegistrationConfirmEmailProps {
77 name : string ;
88}
99
10- const CONFIG = {
11- contactLink : "https://comcamp.io/#contact" ,
12- email : "kmutt.comcamp@gmail.com" ,
13- } ;
14-
1510export default function RegistrationConfirmEmail ( { name } : RegistrationConfirmEmailProps ) {
1611 return (
1712 < Html >
@@ -21,8 +16,8 @@ export default function RegistrationConfirmEmail({ name }: RegistrationConfirmEm
2116 extend : {
2217 colors : {
2318 zootopia : {
24- navy : "#464f6a " ,
25- blue : "#92a6d2 " ,
19+ navy : "#1d3071 " ,
20+ blue : "#004aad " ,
2621 orange : "#e98d55" ,
2722 yellow : "#f2d575" ,
2823 brown : "#504039" ,
@@ -42,31 +37,30 @@ export default function RegistrationConfirmEmail({ name }: RegistrationConfirmEm
4237 < Header />
4338
4439 < Section className = "bg-white px-6 py-8 text-center" >
45- < Heading className = "text-sm font-semibold text-[#92a6d2 ] m-0 mb-2 tracking-widest uppercase" style = { { textShadow : "0 2px 8px rgba(0,0,0,0.1)" } } >
46- COMCAMP 37
40+ < Heading className = "text-sm font-semibold text-[#1d3071 ] m-0 mb-2 tracking-widest uppercase" style = { { textShadow : "0 2px 8px rgba(0,0,0,0.1)" } } >
41+ สถานะ
4742 </ Heading >
48- < Text className = "text-2xl font-bold m-0 text-[#464f6a ]" > ยืนยันการสมัครสำเร็จ! 🎉 </ Text >
43+ < Text className = "text-2xl font-bold m-0 text-[#004aad ]" > ส่งใบสมัครสำเร็จ! </ Text >
4944 </ Section >
5045
5146 < Section className = "px-6 pb-10 pt-4" >
52- < Section className = "bg-[#f8f9fc] border-l-4 border-[#e98d55 ] rounded-lg px-6 py-5 mb-8" >
53- < Text className = "text-base leading-relaxed text-[#464f6a ] m-0" >
54- สวัสดีครับน้อง < strong className = "text-[#504039] " > { name } </ strong > 🎊
47+ < Section className = "bg-[#004aad]/20 border-l-4 border-[#1d3071 ] rounded-lg px-6 py-5 mb-8" >
48+ < Text className = "text-base leading-relaxed text-[#004aad ] m-0" >
49+ สวัสดีครับน้อง < strong className = "text-white " > { name } </ strong >
5550 </ Text >
5651 </ Section >
5752
5853 < Section className = "bg-[#e8f5e9] border-2 border-[#4caf50] rounded-xl px-6 py-6 mb-8 text-center" >
59- < Text className = "text-4xl m-0 mb-3" > ✅</ Text >
60- < Text className = "text-lg font-bold text-[#2e7d32] m-0" > การสมัครของน้องได้รับการบันทึกเรียบร้อยแล้ว!</ Text >
54+ < Text className = "text-lg font-bold text-[#2e7d32] m-0" > ใบสมัครของน้องได้รับการบันทึกเรียบร้อยแล้ว!</ Text >
6155 </ Section >
6256
6357 < Text className = "text-base leading-relaxed text-[#504039] mb-6" >
64- ขอขอบคุณที่ให้ความสนใจสมัครเข้าร่วมโครงการ < strong > ComCamp 37</ strong > ค่ายคอมพิวเตอร์สำหรับน้อง ๆ มัธยมศึกษาตอนปลายที่จัดโดยภาควิชาวิศวกรรมคอมพิวเตอร์ มหาวิทยาลัยเทคโนโลยีพระจอมเกล้าธนบุรี
58+ ขอขอบคุณที่ให้ความสนใจสมัครเข้าร่วมโครงการ < strong > ComCamp 37</ strong > ค่ายคอมพิวเตอร์สำหรับน้อง ๆ ที่จัดโดยภาควิชาวิศวกรรมคอมพิวเตอร์ มหาวิทยาลัยเทคโนโลยีพระจอมเกล้าธนบุรี
6559 </ Text >
6660
6761 < Section className = "bg-[#f0f4ff] border-l-4 border-[#92a6d2] rounded-lg px-6 py-5 mb-8" >
68- < Text className = "text-sm font-bold text-[#464f6a ] m-0 mb-3" > 📋 ขั้นตอนถัดไป:</ Text >
69- < Text className = "text-sm leading-relaxed text-[#504039] m-0 mb-2" > 1. ทีมงานจะตรวจสอบใบสมัครของน้องภายใน 3-5 วันทำการ </ Text >
62+ < Text className = "text-sm font-bold text-[#004aad ] m-0 mb-3" > 📋 ขั้นตอนถัดไป:</ Text >
63+ < Text className = "text-sm leading-relaxed text-[#504039] m-0 mb-2" > 1. ทีมงานจะตรวจสอบใบสมัครของน้อง </ Text >
7064 < Text className = "text-sm leading-relaxed text-[#504039] m-0 mb-2" > 2. หากมีข้อมูลที่ต้องแก้ไข น้องจะได้รับอีเมลแจ้งเตือน</ Text >
7165 < Text className = "text-sm leading-relaxed text-[#504039] m-0 mb-2" > 3. ติดตามประกาศผลการคัดเลือกได้ที่เว็บไซต์ของค่าย</ Text >
7266 < Text className = "text-sm leading-relaxed text-[#504039] m-0" > 4. ตรวจสอบอีเมลเป็นประจำเพื่อไม่พลาดข่าวสารสำคัญ</ Text >
0 commit comments