diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 739c5e1..17710fe 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "Security", href: "/security" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.webild.ai" },
{ label: "API Reference", href: "https://api.webild.ai" },
{ label: "Community", href: "https://community.webild.ai" },
@@ -73,51 +70,19 @@ export default function PricingPage() {
@@ -142,17 +105,13 @@ export default function PricingPage() {