2 Commits

Author SHA1 Message Date
5fff9ce9c1 Update src/app/page.tsx 2026-06-07 17:15:12 +00:00
278a2ce3ed Merge version_2 into main
Merge version_2 into main
2026-06-07 17:11:09 +00:00

View File

@@ -56,8 +56,8 @@ export default function LandingPage() {
{
text: "Réserver un audit d'automatisation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg"
imageAlt="AI Automation Dashboard"
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection_23-2147775536.jpg"
imageAlt="Global Network Connection for Automation"
/>
</div>
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}