✦ Trusted Local Business

<%= website.heroTitle %>

<%= website.heroSubtitle %>

<%= website.ctaText %>

About <%= businessName %>

<%= website.expandedDescription %>

Why Choose Us

Here's what sets us apart from the rest

<% website.painpoints.forEach((pp) => { %>
<%- getIcon(pp.icon) %>

<%= pp.title %>

<%= pp.description %>

<% }); %>

How It Works

Getting started is simple

<% website.howItWorks.forEach((step) => { %>
<%= step.step %>

<%= step.title %>

<%= step.description %>

<% }); %>

Frequently Asked Questions

Answers to common questions about our services

<% website.faqItems.forEach((faq) => { %>
<%= faq.answer %>
<% }); %>

Ready to Get Started?

Reach out today and discover how we can help your business thrive.

Contact Us Today
<% function getIcon(name) { const icons = { shield: '', clock: '', chart: '', heart: '', star: '', zap: '', target: '', users: '', check: '', phone: '', }; return icons[name] || icons.star; } %>