Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -163,9 +163,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="LensPortfolio"
|
||||
columns={[
|
||||
{ items: [{ label: "Galerie Art", href: "#products" }, { label: "Portraits", href: "#features" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Behance", href: "#" }] },
|
||||
{ items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] }
|
||||
{ title: "Navigation", items: [{ label: "Galerie Art", href: "#products" }, { label: "Portraits", href: "#features" }] },
|
||||
{ title: "Réseaux", items: [{ label: "Instagram", href: "#" }, { label: "Behance", href: "#" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | LensPortfolio"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user