Skip to content

Commit b9473aa

Browse files
committed
chips swapped for theory and practical
Signed-off-by: Namanv0509 <namanverma00260@gmail.com>
1 parent a307eb5 commit b9473aa

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/components/Pricing/PricingAddons/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,16 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
299299
}} />
300300
))}
301301
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
302-
label="Hands-on Learning" size="large" className="addon-chip"
302+
label="Learning Paths" size="large" className="addon-chip"
303303
/>
304304
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
305-
label="Collaborative Instruction" size="large" className="addon-chip"
305+
label="Challenges" size="large" className="addon-chip"
306306
/>
307307
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
308-
label="Visual Design" size="large" className="addon-chip"
308+
label="Certifications" size="large" className="addon-chip"
309309
/>
310310
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
311-
label="Orchestrated Infrastructure" size="large" className="addon-chip"
311+
label="Instructor Console" size="large" className="addon-chip"
312312
/>
313313
</Box>
314314
</FeatureDetails>
@@ -340,16 +340,16 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
340340
}} />
341341
))}
342342
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
343-
label="Learning Paths" size="large" className="addon-chip"
343+
label="Hands-on Learning" size="large" className="addon-chip"
344344
/>
345345
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
346-
label="Challenges" size="large" className="addon-chip"
346+
label="Collaborative Instruction" size="large" className="addon-chip"
347347
/>
348348
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
349-
label="Certifications" size="large" className="addon-chip"
349+
label="Visual Design" size="large" className="addon-chip"
350350
/>
351351
<Chip icon={<CheckCircle sx={{ height: "1rem" }} />}
352-
label="Instructor Console" size="large" className="addon-chip"
352+
label="Orchestrated Infrastructure" size="large" className="addon-chip"
353353
/>
354354
</Box>
355355
</FeatureDetails>

src/components/Pricing/PricingAddons/pricingData.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const getAddOns = (theme) => [
8686
unitLabel: "servers",
8787
maxUnits: 50,
8888
pricing: [
89-
{ units: 1, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
89+
{ units: 1, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
9090
{ units: 25, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
9191
{ units: 50, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
9292
],
@@ -102,9 +102,9 @@ export const getAddOns = (theme) => [
102102
unitLabel: "collaborators",
103103
maxUnits: 200,
104104
pricing: [
105-
{ units: 1, monthlyPerUnit: 2, yearlyPerUnit: 1.70, currency: "$" },
106-
{ units: 100, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
107-
{ units: 200, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
105+
{ units: 1, monthlyPerUnit: 2, yearlyPerUnit: 1.70, currency: "$" },
106+
{ units: 100, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
107+
{ units: 200, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
108108
],
109109
features: ["Enhanced Security", "Guaranteed SLAs", "Conflict-Free Synchronization", "Real-Time Collaboration"],
110110
},

0 commit comments

Comments
 (0)