We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0185 commit fcf9aa1Copy full SHA for fcf9aa1
1 file changed
src/app/(landing)/page.tsx
@@ -246,7 +246,7 @@ export default async function Landing() {
246
<footer className="bg-background-neutral-strong flex flex-col items-center gap-500 px-[80px] py-[64px]">
247
<div className="text-text-inverse font-bold-h3 flex flex-col items-center justify-center gap-200">
248
<span>제로원을 방문해주신 모든 분들에게 감사드립니다.</span>
249
- <span>더욱 더 좋은 서비스와 기회로 보답하도록 하겠습니다.</span>
+ <span>더욱 더 좋은 서비스와 기회로 보답하도록 하겠습니다!</span>
250
</div>
251
252
<div className="flex gap-200">
0 commit comments