From f522f152a7306bb94d347ca1dffc212319fabba4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 01:50:43 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 85 ++++++++++-------------------------------- 1 file changed, 20 insertions(+), 65 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f8dd3da..b9d75d5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,17 +19,15 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Our Services", href: "/" }, - { label: "Portfolio", href: "/" }, + { label: "Our Services", href: "/services" }, + { label: "Portfolio", href: "/portfolio" }, { label: "Careers", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, { label: "SEO Optimization", href: "#" }, @@ -37,17 +35,15 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Design Tips", href: "#" }, - { label: "Contact", href: "/" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -72,7 +68,7 @@ export default function AboutPage() { @@ -81,11 +77,9 @@ export default function AboutPage() { @@ -94,29 +88,14 @@ export default function AboutPage() {
-
+
Date: Sun, 15 Mar 2026 01:50:43 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 57daf28..e63d8f0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, { label: "SEO Optimization", href: "#" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Design Tips", href: "#" }, @@ -44,8 +41,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -70,36 +66,25 @@ export default function ContactPage() {
Date: Sun, 15 Mar 2026 01:50:44 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73d2803..39feeeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, { label: "SEO Optimization", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Design Tips", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -76,7 +72,7 @@ export default function HomePage() {
@@ -84,30 +80,20 @@ export default function HomePage() {
Date: Sun, 15 Mar 2026 01:50:44 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 117 +++++++------------------------------ 1 file changed, 22 insertions(+), 95 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c759b4f..3193cf7 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -18,17 +18,15 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Company", - items: [ - { label: "About Us", href: "/" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Careers", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, { label: "SEO Optimization", href: "#" }, @@ -36,8 +34,7 @@ export default function PortfolioPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Design Tips", href: "#" }, @@ -45,8 +42,7 @@ export default function PortfolioPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -71,46 +67,25 @@ export default function PortfolioPage() {
Date: Sun, 15 Mar 2026 01:50:44 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 85 +++++++++------------------------------ 1 file changed, 20 insertions(+), 65 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bfcbfc4..6fa679d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -18,17 +18,15 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ - { label: "About Us", href: "/" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Careers", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "#" }, { label: "Web Development", href: "#" }, { label: "SEO Optimization", href: "#" }, @@ -36,8 +34,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "Design Tips", href: "#" }, @@ -45,8 +42,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -71,58 +67,28 @@ export default function ServicesPage() {