diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index b2247c7..930ade0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -21,8 +21,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "AI Websites", href: "/services" },
{ label: "AI Chatbots", href: "/services" },
{ label: "Automation", href: "/services" },
@@ -30,8 +29,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Results", href: "#results" },
@@ -39,8 +37,7 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Case Studies", href: "#" },
@@ -48,8 +45,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -64,7 +60,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
- background="grid"
+ background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -78,9 +74,7 @@ export default function AboutPage() {
id: item.id.startsWith("/") ? item.id : `#${item.id}`,
}))}
button={{
- text: "Get My Website",
- href: "#contact",
- }}
+ text: "Get My Website", href: "#contact"}}
/>
@@ -88,27 +82,20 @@ export default function AboutPage() {
@@ -117,55 +104,25 @@ export default function AboutPage() {