<%- __('services.hero.title') %> <%- __('services.hero.title_highlight') %>

<%- __('services.hero.subtitle') %>

<% if (services && services.length > 0) { %> <% services.forEach((service, index) => { %>

<% if (service.featured) { %>
<%- __('services.cards.popular') %>
<% } %>
<%= service.category %>

<%= service.name %>

<%= service.shortDescription || service.description %>

<% if (service.pricing) { %>
<%- __('services.cards.starting_price') %>
<%= service.pricing.basePrice ? service.pricing.basePrice.toLocaleString() : __('services.cards.consultation') %> <% if (service.pricing.basePrice) { %> 원~ <% } %>
<% } %>

<% }) %>
<% } else { %>

<%- __('services.cards.coming_soon') %>

<%- __('services.cards.coming_soon_desc') %>

<% } %>

<%- __('services.process.title') %>

<%- __('services.process.subtitle') %>

1

<%- __('services.process.step1.title') %>

<%- __('services.process.step1.description') %>

2

<%- __('services.process.step2.title') %>

<%- __('services.process.step2.description') %>

3

<%- __('services.process.step3.title') %>

<%- __('services.process.step3.description') %>

4

<%- __('services.process.step4.title') %>

<%- __('services.process.step4.description') %>

<%- __('services.why_choose.title') %>

<%- __('services.why_choose.modern_tech.title') %>

<%- __('services.why_choose.modern_tech.description') %>

<%- __('services.why_choose.expert_team.title') %>

<%- __('services.why_choose.expert_team.description') %>

<%- __('services.why_choose.fast_response.title') %>

<%- __('services.why_choose.fast_response.description') %>

<%- __('services.why_choose.continuous_support.title') %>

<%- __('services.why_choose.continuous_support.description') %>

<%- __('services.why_choose.quality_guarantee.title') %>

<%- __('services.why_choose.quality_guarantee.subtitle') %>

<%- __('services.cta.title') %>

<%- __('services.cta.subtitle') %>

<%- __('services.cta.calculate_cost') %> <%- __('services.cta.view_portfolio') %>