diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 61d0551..11c4e48 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -28,17 +27,15 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
- { label: "Pricing", href: "/" },
+ { label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
{ label: "Contact", href: "/contact" },
],
},
{
- title: "Payment",
- items: [
+ title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -65,7 +62,7 @@ export default function AboutPage() {
brandName="AZ MARKETING"
navItems={[
{ name: "Services", id: "/" },
- { name: "Pricing", id: "/" },
+ { name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
@@ -76,21 +73,13 @@ export default function AboutPage() {