From 9470a799e16dc4e38dca094a6b1e6550a74ba371 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:03:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d124cd7..0e7ceb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { logoIcon: Zap, sidebarItems: [{ icon: Shield, active: true }, { icon: Target }], listItems: [{ icon: BookOpen, title: "Projekt-Update", status: "Fertig" }], - imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2000" + imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2000", buttons: [{ text: "Jetzt anfragen", href: "#contact" }] }} buttons={[{ text: "Jetzt anfragen", href: "#contact" }]} /> -- 2.49.1