Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:35:41 +00:00
parent 0b3f1b7fee
commit e877bf4ec3

View File

@@ -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"
/>