When your site cannot be updated without a developer, every text change requires a ticket. You are paying for agility you do not have.
When SEO and performance suffer, Core Web Vitals fail. The technical foundation is actively hurting your visibility and conversion.
When your brand has evolved but your site has not, the disconnect confuses visitors and undermines your credibility.
<style>
:root {
--primary: #6061f6;
--accent: #c5ef48;
--dark: #111827;
--body: #4b5563;
--muted: #6b7280;
--bg-light: #f8f9fa;
--bg-white: #ffffff;
--bg-tint: #fafbff;
--border: rgba(0,0,0,0.06);
--shadow-sm: 0 4px 24px rgba(0,0,0,0.05);
--shadow-md: 0 12px 40px rgba(96,97,246,0.10);
--radius-card: 20px;
--radius-sm: 12px;
--radius-pill: 999px;
}
* { font-family: 'Inter', sans-serif; }
.lca-h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; color: var(--dark); margin: 0 0 1rem 0; letter-spacing: -0.02em; line-height: 1.2; }
.lca-h2 strong { font-weight: 700; color: var(--primary); }
.lca-h3 { font-size: clamp(0.95rem, 1.8vw, 1.1rem); font-weight: 600; color: var(--dark); margin: 0 0 0.5rem 0; line-height: 1.3; }
.lca-body { font-size: clamp(0.875rem, 1.4vw, 0.975rem); color: var(--body); line-height: 1.7; margin: 0; }
.lca-small { font-size: 0.825rem; color: var(--muted); line-height: 1.5; }
.lca-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lca-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lca-bento { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
.lca-bento-heading { position: sticky; top: 2rem; }
.lca-split { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
.lca-card {
background: var(--bg-white);
border-radius: var(--radius-card);
border: 1px solid var(--border);
box-shadow: var(--shadow-sm);
padding: 28px 24px;
position: relative;
overflow: hidden;
transition: background 0.25s ease, box-shadow 0.25s ease;
}
.lca-card::before {
content: '';
position: absolute;
left: 0; top: 0;
width: 3px;
height: 0;
background: var(--primary);
border-radius: 20px 0 0 20px;
transition: height 0.25s ease;
}
.lca-card:hover::before { height: 100%; }
.lca-card:hover { background: var(--bg-tint); box-shadow: var(--shadow-md); }
.lca-icon-wrap {
width: 48px; height: 48px;
border-radius: 14px;
background: rgba(96,97,246,0.08);
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
margin-bottom: 16px;
}
.lca-icon-wrap svg { width: 24px; height: 24px; color: var(--primary); }
.lca-pill {
display: inline-block;
background: rgba(96,97,246,0.08);
color: var(--primary);
font-size: 0.75rem;
font-weight: 600;
padding: 4px 12px;
border-radius: var(--radius-pill);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.lca-ideal-tag {
display: inline-block;
background: var(--accent);
color: var(--dark);
font-size: 0.7rem;
font-weight: 600;
padding: 4px 10px;
border-radius: var(--radius-pill);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 12px;
}
.lca-callout {
background: var(--bg-light);
border-left: 3px solid var(--primary);
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
padding: 24px 28px;
}
.lca-numbered-list { display: flex; flex-direction: column; gap: 1.5rem; }
.lca-numbered-item {
display: flex;
gap: 1rem;
padding: 1.25rem;
background: var(--bg-white);
border-radius: var(--radius-sm);
border: 1px solid var(--border);
}
.lca-step-num {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(96,97,246,0.08);
color: var(--primary);
font-weight: 700;
font-size: 0.9rem;
flex-shrink: 0;
}
@media (max-width: 991px) {
.lca-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
.lca-grid-2, .lca-grid-3, .lca-bento, .lca-split { grid-template-columns: 1fr; gap: 2rem; }
.lca-bento-heading { position: static; }
}
</style>
<div class='section_why-redesign'>
<div class='padding-global padding-section-large'>
<div class='container-large'>
<div class='lca-split'>
<div>
<h2 class='lca-h2'>Why redesigns fail <strong>without us.</strong></h2>
<p class='lca-body' style='margin-top:1rem'>We approach redesigns as strategic rebuilds, not cosmetic updates. A redesign that doesn't improve business metrics isn't a redesign — it's an expensive distraction.</p>
</div>
<div class='lca-callout'>
<p class='lca-body'>Most redesigns fail to deliver ROI because they focus on aesthetics over architecture. New paint on a slow, fragile site is still a slow, fragile site. Real redesign means addressing structural problems: poor information architecture, technical debt, content that doesn't convert.</p>
</div>
</div>
</div>
</div>
</div>
<div class='section_services' style='background: var(--bg-light);'>
<div class='padding-global padding-section-large'>
<div class='container-large'>
<h2 class='lca-h2' style='text-align:center;margin-bottom:0.5rem'>What we <strong>build.</strong></h2>
<p class='lca-body' style='text-align:center;max-width:600px;margin:0 auto 3rem'>Comprehensive redesign services that address the full stack of your website challenges.</p>
<div class='lca-grid-3'>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z'/></svg>
</div>
<h3 class='lca-h3'>Full Site Audit</h3>
<p class='lca-body'>Performance, SEO, UX, and structure evaluation identifying what's broken and what's worth preserving.</p>
</div>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M6.429 9.75L2.25 12l4.179 2.25m0-4.5l5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0l4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0l-5.571 3-5.571-3'/></svg>
</div>
<h3 class='lca-h3'>Information Architecture</h3>
<p class='lca-body'>Restructure how content is organized and accessed. The right structure makes content findable and conversion paths clear.</p>
</div>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10'/></svg>
</div>
<h3 class='lca-h3'>UX/UI Design</h3>
<p class='lca-body'>Interfaces that serve users and reflect your current brand positioning. Every decision tied to business goals.</p>
</div>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5'/></svg>
</div>
<h3 class='lca-h3'>Platform Migration</h3>
<p class='lca-body'>Move off limiting platforms onto modern foundations your team can manage and that scale with your business.</p>
</div>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244'/></svg>
</div>
<h3 class='lca-h3'>Content Migration</h3>
<p class='lca-body'>Migrate without losing search equity. Redirects, metadata, URL structures handled systematically.</p>
</div>
<div class='lca-card'>
<div class='lca-icon-wrap'>
<svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z'/></svg>
</div>
<h3 class='lca-h3'>Performance Optimization</h3>
<p class='lca-body'>Core Web Vitals, image optimization, code efficiency, hosting configuration — the technical work that makes sites fast.</p>
</div>
</div>
</div>
</div>
</div>
<div class='section_who-for'>
<div class='padding-global padding-section-large'>
<div class='container-large'>
<div class='lca-bento'>
<div class='lca-bento-heading'>
<span class='lca-ideal-tag'>Ideal Fit</span>
<h2 class='lca-h2'>Who is website redesign <strong>for?</strong></h2>
<p class='lca-body' style='margin-top:1rem'>Redesigns deliver the highest ROI for teams facing specific structural challenges with their current site.</p>
</div>
<div class='lca-numbered-list'>
<div class='lca-numbered-item'>
<span class='lca-step-num'>1</span>
<div>
<h3 class='lca-h3'>Marketing teams stuck with inflexible sites</h3>
<p class='lca-body'>You have campaigns to run but every update requires a developer. A redesign gives you editorial control to move at marketing speed.</p>
</div>
</div>
<div class='lca-numbered-item'>
<span class='lca-step-num'>2</span>
<div>
<h3 class='lca-h3'>Companies with brand-site disconnect</h3>
<p class='lca-body'>You've grown or repositioned. Prospects see your site and get the wrong impression. The disconnect costs credibility and conversions.</p>
</div>
</div>
<div class='lca-numbered-item'>
<span class='lca-step-num'>3</span>
<div>
<h3 class='lca-h3'>Businesses bleeding money on poor performance</h3>
<p class='lca-body'>Slow sites cost conversions. Every second of load time costs revenue. Performance-focused redesign pays for itself.</p>
</div>
</div>
<div class='lca-numbered-item'>
<span class='lca-step-num'>4</span>
<div>
<h3 class='lca-h3'>Organizations preparing for growth</h3>
<p class='lca-body'>You're about to invest in marketing or enter new markets. The current site can't support what's coming. You need scalable foundations.</p>
</div>
</div>
<div class='lca-numbered-item'>
<span class='lca-step-num'>5</span>
<div>
<h3 class='lca-h3'>Teams with years of technical debt</h3>
<p class='lca-body'>The site has been patched until it's fragile. Updates break things. Nobody understands the codebase. Time to rebuild clean.</p>
</div>
</div>
<div class='lca-callout' style='margin-top:1rem;'>
<p class='lca-body' style='margin-bottom:0.75rem;'><strong>Not the right fit if:</strong></p>
<p class='lca-body'><span class='lca-pill'>You need only cosmetic changes</span> <span class='lca-pill'>Your site performs well already</span> <span class='lca-pill'>You have no budget for proper rebuild</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
Success Stories
Case Study
Juiced
Overall, we're extremely happy with the outcome. The team at LowCode Agency did a fantastic job, delivering a solid web that exceeded our expectations. We're excited to see how Juiced takes off!
Is your team doing repetitive tasks? Stop wasting money, and get a custom solution that not only saves you time, but also reducesmistakes and makes your team more productive!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
<style>
:root {
--primary: #6061f6;
--accent: #c5ef48;
--dark: #111827;
--body: #4b5563;
--muted: #6b7280;
--bg-light: #f8f9fa;
--bg-white: #ffffff;
--bg-tint: #fafbff;
--border: rgba(0,0,0,0.06);
--shadow-sm: 0 4px 24px rgba(0,0,0,0.05);
--shadow-md: 0 12px 40px rgba(96,97,246,0.10);
--radius-card: 20px;
--radius-sm: 12px;
}
* { font-family: 'Inter', sans-serif; }
.lca-h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 400; color: var(--dark); margin: 0 0 1rem 0; letter-spacing: -0.02em; line-height: 1.2; }
.lca-h2 strong { font-weight: 700; color: var(--primary); }
.lca-h3 { font-size: clamp(0.95rem, 1.8vw, 1.1rem); font-weight: 600; color: var(--dark); margin: 0 0 0.5rem 0; line-height: 1.3; }
.lca-body { font-size: clamp(0.875rem, 1.4vw, 0.975rem); color: var(--body); line-height: 1.7; margin: 0; }
.lca-small { font-size: 0.825rem; color: var(--muted); line-height: 1.5; }
.lca-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lca-testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lca-testimonial-card {
background: var(--bg-white);
border: 1px solid var(--border);
border-radius: var(--radius-card);
padding: 32px 28px;
position: relative;
overflow: hidden;
transition: background 0.25s ease, box-shadow 0.25s ease;
}
.lca-testimonial-card::before {
content: '';
position: absolute;
left: 0; top: 0;
width: 3px;
height: 0;
background: var(--primary);
border-radius: 20px 0 0 20px;
transition: height 0.25s ease;
}
.lca-testimonial-card:hover::before { height: 100%; }
.lca-testimonial-card:hover { background: var(--bg-tint); box-shadow: var(--shadow-md); }
.lca-testimonial-tag {
display: inline-block;
font-size: 0.75rem;
font-weight: 600;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 12px;
transition: color 0.25s ease;
}
.lca-testimonial-card:hover .lca-testimonial-tag { color: var(--primary); }
.lca-testimonial-title { font-size: 1.1rem; font-weight: 600; color: var(--dark); margin: 0 0 8px; line-height: 1.3; }
.lca-testimonial-title a { color: inherit; text-decoration: none; }
.lca-testimonial-title a:hover { color: var(--primary); }
.lca-testimonial-desc { font-size: 0.925rem; color: var(--body); line-height: 1.6; margin: 0 0 20px; }
.lca-testimonial-metrics { display: flex; gap: 24px; }
.lca-testimonial-metric { display: flex; flex-direction: column; }
.lca-testimonial-metric-value { font-size: 1.25rem; font-weight: 700; color: var(--primary); }
.lca-testimonial-metric-label { font-size: 0.8rem; color: var(--muted); }
.lca-faqs-section { padding: 5rem 5% 6rem 5%; background: var(--bg-white); border-top: 1px solid #f0f0f0; }
.lca-faqs-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
.lca-faq-list { display: flex; flex-direction: column; }
.lca-faq-item { border-bottom: 1px solid #eaeaea; }
.lca-faq-trigger { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; cursor: pointer; width: 100%; background: none; border: none; text-align: left; }
.lca-faq-trigger:hover h3 { color: var(--primary); }
.lca-faq-trigger h3 { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin: 0; padding-right: 1.5rem; transition: color 0.2s; line-height: 1.4; }
.lca-faq-arrow { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); color: var(--primary); }
.lca-faq-item[data-open='true'] .lca-faq-arrow { transform: rotate(180deg); }
.lca-faq-collapse { overflow: hidden; height: 0; transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.lca-faq-answer { padding: 0 0 1.5rem 0; }
.lca-faq-answer p { font-size: 0.975rem; color: var(--body); margin: 0; line-height: 1.7; }
@media (max-width: 767px) {
.lca-grid-2, .lca-testimonials-grid, .lca-faqs-grid { grid-template-columns: 1fr; gap: 2rem; }
}
</style>
<div class='section_case-studies' style='background: var(--bg-light);'>
<div class='padding-global padding-section-large'>
<div class='container-large'>
<h2 class='lca-h2' style='margin-bottom:2.5rem'>LowCode Agency, in action with <strong>website redesigns.</strong></h2>
<div class='lca-testimonials-grid'>
<div class='lca-testimonial-card'>
<span class='lca-testimonial-tag'>Real Estate Investment</span>
<h3 class='lca-testimonial-title'><a href='https://www.lowcode.agency/case-studies/secondshare' target='_blank' style='color:inherit;text-decoration:none'>SecondShare</a></h3>
<p class='lca-testimonial-desc'>Platform with high bounce rates and weak conversion. We restructured information architecture around investor decision-making and redesigned in Webflow.</p>
<div class='lca-testimonial-metrics'>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>50%</span>
<span class='lca-testimonial-metric-label'>decrease in bounce rate</span>
</div>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>20%</span>
<span class='lca-testimonial-metric-label'>increase in conversion</span>
</div>
</div>
</div>
<div class='lca-testimonial-card'>
<span class='lca-testimonial-tag'>Sports Scheduling</span>
<h3 class='lca-testimonial-title'><a href='https://www.lowcode.agency/case-studies/unofficial-fun' target='_blank' style='color:inherit;text-decoration:none'>Unofficial Fun</a></h3>
<p class='lca-testimonial-desc'>Platform with poor user adoption. We redesigned with clear messaging hierarchy, simplified signup flows, and design matching the product experience.</p>
<div class='lca-testimonial-metrics'>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>80%</span>
<span class='lca-testimonial-metric-label'>user adoption rate</span>
</div>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>30%</span>
<span class='lca-testimonial-metric-label'>subscription increase</span>
</div>
</div>
</div>
<div class='lca-testimonial-card'>
<span class='lca-testimonial-tag'>Real Estate Advisory</span>
<h3 class='lca-testimonial-title'><a href='https://www.lowcode.agency/case-studies/nest-investments' target='_blank' style='color:inherit;text-decoration:none'>Nest Investments</a></h3>
<p class='lca-testimonial-desc'>Firm with outdated digital presence that didn't match their market position. Redesigned to be professional, trustworthy, and clear with streamlined conversion paths.</p>
<div class='lca-testimonial-metrics'>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>25%</span>
<span class='lca-testimonial-metric-label'>conversion improvement</span>
</div>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>40%</span>
<span class='lca-testimonial-metric-label'>monthly visits increase</span>
</div>
</div>
</div>
<div class='lca-testimonial-card'>
<span class='lca-testimonial-tag'>Financial Advisory</span>
<h3 class='lca-testimonial-title'><a href='https://www.lowcode.agency/case-studies/august-point-advisors' target='_blank' style='color:inherit;text-decoration:none'>August Point Advisors</a></h3>
<p class='lca-testimonial-desc'>Professional services firm requiring a web presence that reflected their expertise and credibility. Complete redesign with focus on trust signals and clear service presentation.</p>
<div class='lca-testimonial-metrics'>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>35%</span>
<span class='lca-testimonial-metric-label'>increase in qualified leads</span>
</div>
<div class='lca-testimonial-metric'>
<span class='lca-testimonial-metric-value'>2.5x</span>
<span class='lca-testimonial-metric-label'>time on site</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='section_faqs'>
<div class='padding-global padding-section-large'>
<div class='container-large'>
<div class='lca-faqs-grid'>
<div>
<h2 class='lca-h2'>We get asked this <strong>all the time.</strong></h2>
<p class='lca-body' style='margin-top:1rem'>Straightforward answers to the questions we hear most from clients exploring website redesigns.</p>
</div>
<div class='lca-faq-list'>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>How do you measure whether a redesign was successful?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>We establish baseline metrics before starting — traffic, bounce rate, time on site, conversion rates, page speed scores, search rankings. Post-launch, we measure the same metrics. Success means measurable improvement against these baselines, not subjective opinions about aesthetics.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>What's the risk of losing SEO rankings during a redesign?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Real but manageable. The risks are: changing URLs without proper redirects, losing metadata, degrading page speed, removing content that ranks. We mitigate all of these systematically. We've handled migrations for sites with extensive search equity without ranking loss. It requires discipline and expertise.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>Should we wait until we have new content to redesign?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>No. Content strategy and site architecture should be developed together. We can redesign based on content you have, content you're developing, or a content plan we help create. Waiting for perfect content means waiting forever.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>Can you work with our existing brand guidelines?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Yes. We work within established brand systems regularly. If your guidelines are comprehensive, we follow them. If they're incomplete, we extend them thoughtfully. If they need updating, we can help with that too.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>What if we want to redesign but keep some existing pages?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Common scenario. We audit what exists and recommend what to keep, revise, or replace. Sometimes the blog works fine but the homepage doesn't. Sometimes the product pages are solid but the navigation is broken. We're surgical where it makes sense.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>How involved does our team need to be during the process?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Involved but not overwhelmed. We need your input on strategy, feedback on design, and content collaboration. Expect 2–4 hours per week during active phases. We don't disappear and we don't require you to project manage us.</p></div></div>
</div>
<div class='lca-faq-item' data-open='false'>
<button class='lca-faq-trigger'>
<h3>Do you provide support after launch?</h3>
<svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>
</button>
<div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Yes. All projects include 30 days of post-launch support for bug fixes and adjustments. Beyond that, we offer ongoing retainer relationships for continued optimization, updates, and support.</p></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
(function(){var d=300;function o(i){var c=i.querySelector('.lca-faq-collapse');if(!c)return;i.dataset.open='true';c.style.overflow='hidden';c.style.height='0px';requestAnimationFrame(function(){c.style.height=c.scrollHeight+'px';setTimeout(function(){if(i.dataset.open==='true'){c.style.height='auto';}},d);});}function f(i){var c=i.querySelector('.lca-faq-collapse');if(!c)return;i.dataset.open='false';c.style.overflow='hidden';c.style.height=c.getBoundingClientRect().height+'px';requestAnimationFrame(function(){c.style.height='0px';});}var w=document.querySelectorAll('.lca-faq-list');w.forEach(function(l){var items=Array.prototype.slice.call(l.querySelectorAll('.lca-faq-item'));items.forEach(function(i){var t=i.querySelector('.lca-faq-trigger');var c=i.querySelector('.lca-faq-collapse');if(!t||!c)return;i.dataset.open='false';c.style.overflow='hidden';c.style.height='0px';c.style.transition='height '+d+'ms cubic-bezier(0.4, 0, 0.2, 1)';t.addEventListener('click',function(e){e.preventDefault();var s=i.dataset.open==='true';items.forEach(function(x){if(x!==i&&x.dataset.open==='true')f(x);});s?f(i):o(i);});});});})();
</script>