From 21922d28086bcb9e62a7bb3ff75ad8ef97a663fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:42 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 86af89e..fe28ac4 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { brandName="InLight" navItems={[ { name: "Home", id: "/" }, - { name: "About Us", id: "about" }, - { name: "Solutions", id: "features" }, - { name: "Clients", id: "social-proof" }, - { name: "Contact", id: "contact" }, + { name: "About Us", id: "/#about" }, + { name: "Solutions", id: "/#features" }, + { name: "Clients", id: "/#social-proof" }, + { name: "Contact", id: "/#contact" }, ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Get a Quote", href: "/#contact" }} /> @@ -62,16 +62,16 @@ export default function BlogPage() { columns={[ { items: [ - { label: "Home", href: "#hero" }, - { label: "About Us", href: "#about" }, - { label: "Solutions", href: "#features" }, + { label: "Home", href: "/#hero" }, + { label: "About Us", href: "/#about" }, + { label: "Solutions", href: "/#features" }, ], }, { items: [ - { label: "Clients", href: "#social-proof" }, - { label: "Testimonials", href: "#testimonials" }, - { label: "Contact", href: "#contact" }, + { label: "Clients", href: "/#social-proof" }, + { label: "Testimonials", href: "/#testimonials" }, + { label: "Contact", href: "/#contact" }, ], }, ]} -- 2.49.1 From 05a8a6ce22178ad8a5ead08208bc34484f0c0c6d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:43 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c3e1d2..22e0137 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { + Bot, Brain, Briefcase, CheckCircle, @@ -20,7 +21,6 @@ import { Globe, Lightbulb, Lock, - Robot, Server, Shield, Sparkles, @@ -58,7 +58,7 @@ export default function LandingPage() { Date: Fri, 20 Feb 2026 14:14:44 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4b3e4fc..e84f832 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -98,8 +98,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -149,8 +149,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -224,8 +224,8 @@ export default function ProductPage({ params }: ProductPageProps) { -- 2.49.1 From f7e9b4a6bb90ef7b4694e482d2e47aee472e957f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:44 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2c0634c..053f4a9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -71,8 +71,8 @@ export default function ShopPage() { @@ -136,8 +136,8 @@ export default function ShopPage() { -- 2.49.1