4 Commits

Author SHA1 Message Date
6482c98b85 Update src/app/page.tsx 2026-05-21 03:13:16 +00:00
51e95decc2 Update src/app/blog/page.tsx 2026-05-21 03:13:16 +00:00
b1cce37b52 Merge version_3 into main
Merge version_3 into main
2026-05-21 03:09:40 +00:00
ed007b0514 Merge version_3 into main
Merge version_3 into main
2026-05-21 03:09:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -64,4 +64,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -184,7 +184,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2"
logoText="AIProfitLab"
columns={[
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Guides", href: "#" }] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Guides", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] }
]}
/>