diff --git a/src/app/(app)/pricing/page.tsx b/src/app/(app)/pricing/page.tsx index 83f462e..9c8e133 100644 --- a/src/app/(app)/pricing/page.tsx +++ b/src/app/(app)/pricing/page.tsx @@ -62,7 +62,7 @@ export default function Page() { subtitle="At Skilled AI, we empower software engineers with top-notch upskilling resources tailored to their career goals. Explore our pricing plans below and take the next step towards mastering your craft." /> -
+
{plans.map((plan) => { return ; })} diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 346f8f3..0be5376 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -43,7 +43,7 @@ export default function Footer() {