Skip to content

Commit 1ec31dc

Browse files
committed
refactor: remove "How It Works" section to streamline the homepage layout
1 parent 0726bbb commit 1ec31dc

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/pages/index.astro

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -139,42 +139,6 @@ const structuredData = {
139139
</div>
140140
</section>
141141

142-
<!-- How It Works -->
143-
<section class="py-16 bg-base-200">
144-
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
145-
<h2 class="text-2xl font-bold text-center mb-10">How It Works</h2>
146-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
147-
<div class="text-center">
148-
<div class="w-14 h-14 bg-primary/10 rounded-2xl flex items-center justify-center mx-auto mb-4">
149-
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
150-
<path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
151-
</svg>
152-
</div>
153-
<h3 class="font-bold text-lg mb-2">Browse & Search</h3>
154-
<p class="text-sm text-base-content/60">Explore 25+ AI coding plans with detailed pricing, models, and feature comparisons.</p>
155-
</div>
156-
<div class="text-center">
157-
<div class="w-14 h-14 bg-secondary/10 rounded-2xl flex items-center justify-center mx-auto mb-4">
158-
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-secondary" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
159-
<path stroke-linecap="round" stroke-linejoin="round" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
160-
</svg>
161-
</div>
162-
<h3 class="font-bold text-lg mb-2">Compare Side-by-Side</h3>
163-
<p class="text-sm text-base-content/60">Put plans head-to-head with our comparison tool to see pricing, limits, and features at a glance.</p>
164-
</div>
165-
<div class="text-center">
166-
<div class="w-14 h-14 bg-accent/10 rounded-2xl flex items-center justify-center mx-auto mb-4">
167-
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 text-accent" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
168-
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
169-
</svg>
170-
</div>
171-
<h3 class="font-bold text-lg mb-2">Choose & Code</h3>
172-
<p class="text-sm text-base-content/60">Pick the plan that fits your budget and workflow, then start coding with AI-powered tools.</p>
173-
</div>
174-
</div>
175-
</div>
176-
</section>
177-
178142
<!-- Recommendation Wizard -->
179143
<section id="wizard" class="py-16">
180144
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">

0 commit comments

Comments
 (0)