Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6482c98b85 | |||
| 51e95decc2 | |||
| b1cce37b52 | |||
| ed007b0514 |
@@ -64,4 +64,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2"
|
||||||
logoText="AIProfitLab"
|
logoText="AIProfitLab"
|
||||||
columns={[
|
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: "#" }] }
|
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user