From 4b5100a507ac1fda0d98cfa68ec4199d065cd6de Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:03:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9157cd..d124cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,7 @@ export default function LandingPage() { title: "Jamas Control Panel", stats: [ { title: "Performance", values: [85, 92, 98], description: "System-Auslastung" }, { title: "Nutzer", values: [1200, 1500, 2000], description: "Monatlich aktiv" }, + { title: "Wachstum", values: [10, 25, 40], description: "Pro Quartal" }, ], logoIcon: Zap, sidebarItems: [{ icon: Shield, active: true }, { icon: Target }], @@ -67,7 +68,8 @@ export default function LandingPage() { description="Wir begleiten Unternehmen bei der digitalen Transformation mit Lösungen, die begeistern." subdescription="Durch jahrelange Erfahrung in verschiedenen Branchen bringen wir technisches Know-how mit menschlicher Vision zusammen." icon={Users} - imageSrc="https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1200" + videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" + useInvertedBackground={false} /> @@ -77,6 +79,8 @@ export default function LandingPage() { description="Spezialisiert auf moderne IT-Infrastruktur und digitale Produkte." animationType="slide-up" gridVariant="three-columns-all-equal-width" + textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Cloud Architektur", description: "Sicher und skalierbar.", imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=800" }, { title: "Web-Entwicklung", description: "Moderne Interfaces.", imageSrc: "https://images.unsplash.com/photo-1461749280684-dccba630e2f6?q=80&w=800" }, @@ -89,6 +93,7 @@ export default function LandingPage() { @@ -112,10 +121,14 @@ export default function LandingPage() {
@@ -123,12 +136,15 @@ export default function LandingPage() {
@@ -137,6 +153,8 @@ export default function LandingPage() { tag="Buchung" title="Starten Sie Ihr Projekt mit Jamas" description="Schreiben Sie uns Ihr Anliegen. Wir melden uns innerhalb von 24 Stunden für ein kostenloses Erstgespräch." + background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=1200" /> -- 2.49.1