Skip to content

Commit 51748c4

Browse files
committed
fix: update RecommendationWizard to use client:load for improved performance
1 parent d260e15 commit 51748c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const structuredData = {
142142
<!-- Recommendation Wizard -->
143143
<section id="wizard" class="py-16">
144144
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
145-
<RecommendationWizard client:visible plans={planDataForWizard} />
145+
<RecommendationWizard client:load plans={planDataForWizard} />
146146
</div>
147147
</section>
148148

0 commit comments

Comments
 (0)