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" },
],
},
]}
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() {
@@ -149,8 +149,8 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -224,8 +224,8 @@ export default function ProductPage({ params }: ProductPageProps) {
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() {