diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 68bccdc..e84deb2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "Security", href: "/security" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
- 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" },
@@ -74,29 +71,18 @@ export default function AboutPage() {
@@ -106,53 +92,23 @@ export default function AboutPage() {
@@ -177,37 +131,19 @@ export default function AboutPage() {