refactor: admin ui를 fluent v5와 html 기반으로 전환
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m53s
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m53s
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@page "/"
|
||||
@using TaxBaik.Application.Seasonal
|
||||
@using TaxBaik.Application.Services
|
||||
@inject SeasonalMarketingService SeasonalMarketingService
|
||||
|
||||
<PageTitle>백원숙 세무회계</PageTitle>
|
||||
|
||||
<section class="site-hero">
|
||||
<div class="site-hero-copy">
|
||||
<div class="site-kicker">사업자 · 부동산 · 증여 세무 상담</div>
|
||||
<h1>세금과 자산을 한 번에 정리하는 맞춤형 세무 파트너</h1>
|
||||
<p>사업자 세무, 부동산 거래, 가족자산 관리를 위한 통합 상담을 제공합니다.</p>
|
||||
<div class="site-actions">
|
||||
<a class="site-button primary" href="/taxbaik/contact">무료 상담 신청</a>
|
||||
<a class="site-button secondary" href="/taxbaik/blog">블로그 보기</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user