File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const structuredData = {
140140 </section >
141141
142142 <!-- How It Works -->
143- <section class =" py-16 bg-base-200/30 " >
143+ <section class =" py-16 bg-base-200" >
144144 <div class =" max-w-5xl mx-auto px-4 sm:px-6 lg:px-8" >
145145 <h2 class =" text-2xl font-bold text-center mb-10" >How It Works</h2 >
146146 <div class =" grid grid-cols-1 md:grid-cols-3 gap-8" >
@@ -184,7 +184,7 @@ const structuredData = {
184184
185185 <!-- Free-Tier Maximizer -->
186186 { freeStacks .length > 0 && (
187- <section class = " py-16 bg-base-200/30 " >
187+ <section class = " py-16 bg-base-200" >
188188 <div class = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
189189 <div class = " text-center mb-10" >
190190 <h2 class = " text-2xl font-bold mb-2" >💸 Free-Tier Maximizer</h2 >
@@ -254,7 +254,7 @@ const structuredData = {
254254 )}
255255
256256 <!-- All Plans Directory -->
257- <section id =" plans" class =" py-16 bg-base-200/30 " >
257+ <section id =" plans" class =" py-16 bg-base-200" >
258258 <div class =" max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
259259 <div class =" flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4 mb-8" >
260260 <div >
You can’t perform that action at this time.
0 commit comments