From 4648d7094e86960b275af6c5e8f70d5bc6626496 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 01:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac50b0c..cf72236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,11 +113,10 @@ export default function LandingPage() { text: "Next Action: Domani ore 10:00 — Fitting prototipi"}, { icon: Brain, - text: "AI Suggestion: Ho trovato uno slot libero giovedì per Bovisa Centro. Vuoi bloccarlo?"}, + text: "AI Suggestion: Ho trovato uno slot libero giovedì per Bovisa Centro. Vuoi bloccarlo?"} ], - reverse: false, - - imageAlt: "fashion brand management dashboard card"}, + reverse: false + }, { title: "Milionesimo Studio", description: "Streamline 'Design Studio' projects from concept to delivery, ensuring creative milestones are met on time.", media: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg", imageAlt: "Abstract representation of Milionesimo Studio project"}, @@ -133,11 +132,10 @@ export default function LandingPage() { text: "Next Action: Call cliente alle 15:30"}, { icon: Brain, - text: "AI Suggestion: Considera di riprogrammare la revisione del branding per alleggerire il carico."}, + text: "AI Suggestion: Considera di riprogrammare la revisione del branding per alleggerire il carico."} ], - reverse: true, - - imageAlt: "fashion brand management dashboard card"}, + reverse: true + }, { title: "H10", description: "Optimize 'Musica / Produzione' workflows with smart scheduling for recording sessions and release schedules.", media: { imageSrc: "http://img.b2bpic.net/free-photo/music-producer-mixing-mastering-songs-digital-post-production-pc-interface_482257-116465.jpg", imageAlt: "Abstract representation of H10 project"}, @@ -153,11 +151,10 @@ export default function LandingPage() { text: "Next Action: Revisione branding venerdì"}, { icon: Brain, - text: "AI Suggestion: L'AI ha identificato un nuovo slot per il mixaggio finale la prossima settimana."}, + text: "AI Suggestion: L'AI ha identificato un nuovo slot per il mixaggio finale la prossima settimana."} ], - reverse: false, - - imageAlt: "fashion brand management dashboard card"}, + reverse: false + }, { title: "Palmisano", description: "Coordinate 'Software House / Digital Tailoring' developments with precision, from coding to client feedback.", media: { imageSrc: "http://img.b2bpic.net/free-vector/multimedia-25-flat-color-icon-pack-including-arrow-media-player-media-multimedia_1142-23188.jpg", imageAlt: "Abstract representation of Palmisano project"}, @@ -173,11 +170,10 @@ export default function LandingPage() { text: "Next Action: Debug session alle 09:00"}, { icon: Brain, - text: "AI Suggestion: Prioritizzare il bug fix critico. Riprogrammare le riunioni interne a venerdì."}, + text: "AI Suggestion: Prioritizzare il bug fix critico. Riprogrammare le riunioni interne a venerdì."} ], - reverse: true, - - imageAlt: "fashion brand management dashboard card"}, + reverse: true + }, { title: "Aggiungi Progetto", description: "Ready for your next big idea? Effortlessly add new projects and let Cinque's AI help you integrate them into your optimized workflow.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-notepad-clock_23-2148557262.jpg", imageAlt: "Empty card with plus icon for adding a new project"}, @@ -190,11 +186,10 @@ export default function LandingPage() { text: "Seamless Google Calendar integration"}, { icon: LayoutGrid, - text: "Organize your next big idea"}, + text: "Organize your next big idea"} ], - reverse: false, - - imageAlt: "fashion brand management dashboard card"}, + reverse: false + } ]} title="Master Your Projects, Effortlessly" description="Cinque's intuitive dashboard helps you visualize, manage, and optimize up to 5 active projects with smart, AI-driven insights and automation." @@ -273,7 +268,7 @@ export default function LandingPage() { { id: "faq3", title: "Posso gestire più di 5 progetti?", content: "Cinque è progettato per ottimizzare la gestione di un massimo di 5 progetti attivi contemporaneamente, garantendo una focalizzazione strategica e massimizzando la produttività senza sovraccarico."}, { - id: "faq4", title: "L'AI può aiutarmi a riprogrammare le attività?", content: "Assolutamente. L'AI di Cinque monitora i progressi e le disponibilità, proponendo automaticamente la riprogrammazione delle attività per adattarsi a cambiamenti o priorità emergenti."}, + id: "faq4", title: "L'AI può aiutarmi a riprogrammare le attività?", content: "Assolutamente. L'AI di Cinque monitora i progressi e le disponibilità, proponendo automaticamente la riprogrammazione delle attività per adattarsi a cambiamenti o priorità emergenti."} ]} sideTitle="Domande Frequenti" sideDescription="Find answers to the most common questions about Cinque's AI features, project management, and Google Calendar integration." @@ -310,8 +305,8 @@ export default function LandingPage() { { label: "Pricing", href: "#"}, { - label: "Updates", href: "#"}, - ], + label: "Updates", href: "#"} + ] }, { title: "Company", items: [ @@ -320,8 +315,8 @@ export default function LandingPage() { { label: "Careers", href: "#"}, { - label: "Blog", href: "#"}, - ], + label: "Blog", href: "#"} + ] }, { title: "Resources", items: [ @@ -330,9 +325,9 @@ export default function LandingPage() { { label: "FAQ", href: "#faq"}, { - label: "Contact", href: "#contact"}, - ], - }, + label: "Contact", href: "#contact"} + ] + } ]} copyrightText="© 2024 Cinque. All rights reserved." /> -- 2.49.1