Update src/app/page.tsx
This commit is contained in:
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Demande de Séance"
|
||||
description="Remplissez ce formulaire pour planifier votre séance photo."
|
||||
buttons={[{text: "Envoyer ma demande"}]}
|
||||
buttonText="Envoyer ma demande"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
termsText="Je m'engage à vous répondre sous 48h."
|
||||
@@ -163,9 +163,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="LensPortfolio"
|
||||
columns={[
|
||||
{ title: "Portfolio", items: [{ label: "Galerie Art", href: "#products" }, { label: "Portraits", href: "#features" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Behance", href: "#" }] },
|
||||
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] }
|
||||
{ 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: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | LensPortfolio"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user